Commit fffd5e98 by 陶光胜

线上权限调整

parent 6d596877
......@@ -137,9 +137,9 @@ public class StoreSearchUtils {
resultList = storeAuth.getStoreInfoIdList().stream().filter(s -> {
if(CollectionUtils.isNotEmpty(tempStoreIdListf)){
if(tempStoreIdListf.contains(s)){
return true;
}else {
return false;
}else {
return true;
}
}else return true;
}).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