gssong
2024-04-08 6ea777d584e70a8480a3eebff66b640e4a4bed7b
ruoyi-common/ruoyi-common-translation/src/main/java/org/dromara/common/translation/core/impl/DeptNameTranslationImpl.java
@@ -17,6 +17,7 @@
    private final DeptService deptService;
    @Override
    public String translation(Object key, String other) {
        if (key instanceof String ids) {
            return deptService.selectDeptNameByIds(ids);