|
|
@ -476,7 +476,7 @@ public class IcUserDemandRecServiceImpl extends BaseServiceImpl<IcUserDemandRecD |
|
|
|
formDTO.setEpmetUserId(userRes.getData().getEpmetUserId());*/ |
|
|
|
//icresiuser/persondata接口已经返回去epmetUserId,这里就不需要再查询了。直接让前端传过来
|
|
|
|
List<String> userIds=new ArrayList<>(); |
|
|
|
userIds.add(formDTO.getUserId()); |
|
|
|
userIds.add(formDTO.getIcResiUserId()); |
|
|
|
if(CollectionUtils.isNotEmpty(formDTO.getEpmetUserIdList())){ |
|
|
|
userIds.addAll(formDTO.getEpmetUserIdList()); |
|
|
|
} |
|
|
|