Commit 7a5a4291 by 徐高华

Merge branch 'feature/xgh/20241月迭代' into 'developer'

成员列表导购查询

See merge request !1644
parents 1c13c7d4 288d88a1
......@@ -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