Commit 7e3ba861 by 陶光胜

Merge branch 'developer' into 'master'

无归属查询修改

See merge request !61
parents 49219468 6a317ca7
...@@ -190,7 +190,6 @@ public class GoDownComponent { ...@@ -190,7 +190,6 @@ public class GoDownComponent {
public void setValueWgsForArea(AbstractCommonQo params, LevelVo levelVo){ public void setValueWgsForArea(AbstractCommonQo params, LevelVo levelVo){
if(params.getChannel() != null && params.getChannel() == 1 && params.getLevel() == levelVo.getLevel().intValue()){ if(params.getChannel() != null && params.getChannel() == 1 && params.getLevel() == levelVo.getLevel().intValue()){
params.setChannel(null);
if (CollectionUtils.isEmpty(params.getStoreInfoIdList())) { if (CollectionUtils.isEmpty(params.getStoreInfoIdList())) {
params.setStoreInfoIdList(new ArrayList<>()); params.setStoreInfoIdList(new ArrayList<>());
} }
......
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