1.技术监督计划bug修改
This commit is contained in:
@@ -127,7 +127,7 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
|
||||
List<DictData> planList = dicDataFeignClient.getDicDataByTypeCode(DicDataTypeEnum.PLAN_STATUS.getCode()).getData();
|
||||
Map<String, DictData> mapPlan = planList.stream().collect(Collectors.toMap(DictData::getId, Function.identity()));
|
||||
|
||||
List<String> userIds = supvPlanList.stream().map(SupvPlan::getCreateBy).distinct().collect(Collectors.toList());
|
||||
List<String> userIds = supvPlanList.stream().map(SupvPlan::getPlanUserId).distinct().collect(Collectors.toList());
|
||||
List<User> userList = userFeignClient.getUserByIdList(userIds).getData();
|
||||
Map<String, User> map = userList.stream().collect(Collectors.toMap(User::getId, Function.identity()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user