Commit ef04dcd2 by guojuxing

线上门店控件修改

parent 8e78223f
...@@ -122,6 +122,9 @@ public class DataAuthUtils { ...@@ -122,6 +122,9 @@ public class DataAuthUtils {
} }
List<Long> weimobStoreIdList = customUserAreaDTO.getWeimobStoreId(); List<Long> weimobStoreIdList = customUserAreaDTO.getWeimobStoreId();
if(CollectionUtils.isEmpty(weimobStoreIdList)){ if(CollectionUtils.isEmpty(weimobStoreIdList)){
if (weimobStoreIdList == null) {
weimobStoreIdList = new ArrayList<>(1);
}
weimobStoreIdList.add(-99L); weimobStoreIdList.add(-99L);
onLineAuth.setHasAuth(false); onLineAuth.setHasAuth(false);
return onLineAuth; return onLineAuth;
......
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