Commit bfb6e022 by 墨竹

feat:门店查询修改

parent 7810d426
......@@ -1318,11 +1318,11 @@ public class StaffApiServiceImpl implements StaffApiService {
logger.info("gic门店为空");
return Collections.emptyList();
}
logger.info("gic门店数量:{}", gicStoreIds.size());
if (gicStoreIds.contains("-1")) {
//gic管理员返回好办企业
return enterpriseIdStoreIds;
}
logger.info("gic门店数量:{}", gicStoreIds.size());
//取交集
Sets.SetView<String> intersection = Sets.intersection(Sets.newHashSet(enterpriseIdStoreIds), Sets.newHashSet(gicStoreIds));
List<String> storeList = intersection.stream().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