Commit 0ec272aa by 墨竹

feat:查询权限修改

parent 2e5b013f
......@@ -1309,6 +1309,7 @@ public class StaffApiServiceImpl implements StaffApiService {
logger.info("好办门店id:{}", JSON.toJSONString(enterpriseIdStoreIds));
List<String> gicStoreIds = getStoreIdList(clerkId);
if (CollectionUtils.isEmpty(gicStoreIds)) {
logger.info("gic门店为空");
return Collections.emptyList();
}
if (gicStoreIds.contains("-1")) {
......
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