Commit 10921e5f by 陶光胜

门店控件增加接口

parent 19b055b0
......@@ -55,6 +55,7 @@ public class ProvincesApiServiceImpl implements ProvincesApiService {
list = EntityUtil.changeEntityListByJSON(CityDTO.class, this.provincesService.selectAllCity());
RedisUtil.setCache(key, list, 6*30l, TimeUnit.DAYS);
}
log.info("allcity:{}", list.size());
return ServiceResponse.success(list);
}
......
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