Commit 6a317ca7 by guojuxing

无归属查询修改

parent 06d5584d
......@@ -190,7 +190,6 @@ public class GoDownComponent {
public void setValueWgsForArea(AbstractCommonQo params, LevelVo levelVo){
if(params.getChannel() != null && params.getChannel() == 1 && params.getLevel() == levelVo.getLevel().intValue()){
params.setChannel(null);
if (CollectionUtils.isEmpty(params.getStoreInfoIdList())) {
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