Commit c0cf763f authored by Administrator's avatar Administrator

-

parent 42b7d834
......@@ -69,7 +69,7 @@ public class EconomicServiceImpl implements EconomicService {
if (ObjectUtil.isNotEmpty(list) && TYPE.equals(dto.getType())) {
if (FIELD.equals(dto.getField()) && ORDER.equals(dto.getOrder())) {
if (ObjectUtil.isEmpty(dto.getProvinceIds()) && ObjectUtil.isEmpty(dto.getCityIds())
&& ObjectUtil.isEmpty(dto.getAreaIds()) && ObjectUtil.isEmpty(dto.getField())) {
&& ObjectUtil.isEmpty(dto.getAreaIds())) {
redisCache.setCacheObject(redisKey, map);
}
}
......
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