Commit 68f4660e by 徐高华

门店

parent f691193f
......@@ -129,7 +129,7 @@ public class HmStoreController {
if (CollectionUtils.isNotEmpty(clerkRelationList)) {
status2List.addAll(clerkRelationList.stream().filter(dto -> dto.getStatusFlag() == 1)
.map(dto -> dto.getClerkId()).collect(Collectors.toList()));
statusList.addAll(clerkRelationList.stream().filter(dto -> dto.getStatusFlag() == 1)
statusList.addAll(clerkRelationList.stream().filter(dto -> dto.getStatusFlag() == 2)
.map(dto -> dto.getClerkId()).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