mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 09:30:05 +08:00
fix 修改字典工具类方法调用错误 issues#I3SI43
This commit is contained in:
parent
937d08db65
commit
33120e1dce
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user