mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +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) {
|
||||
return service.getDictDataFromCache(type, label);
|
||||
return service.parseDictDataFromCache(type, label);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user