mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 17:05:23 +08:00
fix 修改字典工具类方法调用错误 issues#I3SI43
This commit is contained in:
@ -22,7 +22,7 @@ public class DictFrameworkUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static DictDataRespDTO parseDictDataFromCache(String type, String label) {
|
public static DictDataRespDTO parseDictDataFromCache(String type, String label) {
|
||||||
return service.getDictDataFromCache(type, label);
|
return service.parseDictDataFromCache(type, label);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user