Commit 68fc0787 by 陶光胜

门店查询接口

parent ea551e5a
......@@ -308,7 +308,7 @@ public class StoreController extends DownloadUtils {
vo.setChecked(0);
vo.setIsCustom(1);
vo.setKey(storeDictDTO.getKey());
String key = StoreRedisKeyUtils.getStoreFieldKey(enterpriseId, storeDictDTO.getStoreDictId());
String key = StoreRedisKeyUtils.getStoreFieldKey(enterpriseId, Integer.valueOf(storeDictDTO.getValue()));
Object object = RedisUtil.getCache(key);
if(object != null){
vo.setValue(object.toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment