Commit 288d88a1 by 徐高华

成员列表导购查询

parent 2f27b0d2
......@@ -221,6 +221,7 @@ public class StaffApiServiceImpl implements StaffApiService {
clerkMap.putAll(clerkDTOS.stream().collect(Collectors.toMap(o -> o.getClerkId(), o -> o, (k1, k2) -> k1)));
}
}
logger.info("导购={}",JSONObject.toJSONString(clerkMap));
staffDTOList.forEach(one -> {
if(relationIdList.contains(one.getStaffId())){
one.setRelationFlag(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