mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +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
	 zengzefeng
					zengzefeng