Commit 0209ab62 authored by jiaorz's avatar jiaorz

Merge branch 'master-bacground-im' into dev

parents 8cd356d8 246009b4
...@@ -59,7 +59,7 @@ public class SysRegionBiz extends BaseBiz<SysRegionMapper, SysRegion> { ...@@ -59,7 +59,7 @@ public class SysRegionBiz extends BaseBiz<SysRegionMapper, SysRegion> {
} }
} }
if(!hasCache){//从db读 if(!hasCache && ids != null){//从db读
rs = mapper.getByIdList(ids); rs = mapper.getByIdList(ids);
} }
return rs; return rs;
......
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