Commit d8bdb363 by 陶光胜

Merge branch 'developer' into 'master'

线上权限调整

See merge request !53
parents 337ecb01 fffd5e98
...@@ -137,9 +137,9 @@ public class StoreSearchUtils { ...@@ -137,9 +137,9 @@ public class StoreSearchUtils {
resultList = storeAuth.getStoreInfoIdList().stream().filter(s -> { resultList = storeAuth.getStoreInfoIdList().stream().filter(s -> {
if(CollectionUtils.isNotEmpty(tempStoreIdListf)){ if(CollectionUtils.isNotEmpty(tempStoreIdListf)){
if(tempStoreIdListf.contains(s)){ if(tempStoreIdListf.contains(s)){
return true;
}else {
return false; return false;
}else {
return true;
} }
}else return true; }else return true;
}).collect(Collectors.toList()); }).collect(Collectors.toList());
......
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