fix 修改字典工具类方法调用错误 issues#I3SI43
parent
937d08db65
commit
33120e1dce
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue