Commit f594e501 by 陶光胜

门店查询接口

parent 643c40bd
......@@ -195,7 +195,7 @@ public class StoreDictApiServiceImpl implements StoreDictApiService {
for(int i=1; i<=10; i++){
Object obj = RedisUtil.getCache(keyc+"c"+i);
if(obj == null){
RedisUtil.setCache(keyc+i, value);
RedisUtil.setCache(keyc+"c"+i, value);
RedisUtil.setCache(key, "c"+i);
break;
}
......
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