Commit 6b320e7d by 墨竹

Merge branch 'feature-haoban-role' into developer

parents dbbdcb34 3a7301b4
...@@ -924,8 +924,10 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -924,8 +924,10 @@ public class StaffApiServiceImpl implements StaffApiService {
return storeRoleDTO; return storeRoleDTO;
} }
if (storeIds.contains("-1")) { if (storeIds.contains("-1")) {
logger.info("该导购为超管");
int gicStoreCount = storeWidgetService.getClerkWidgetStore(clerkId); int gicStoreCount = storeWidgetService.getClerkWidgetStore(clerkId);
storeRoleDTO.setStoreCount(gicStoreCount); storeRoleDTO.setStoreCount(gicStoreCount);
return storeRoleDTO;
} }
int size = storeIds.size(); int size = storeIds.size();
storeRoleDTO.setStoreCount(size); storeRoleDTO.setStoreCount(size);
......
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