|
|
|
@ -166,10 +166,10 @@ public class AppointmentTeamDataServiceImpl implements IAppointmentTeamDataServi |
|
|
|
|
|
|
|
|
|
List<AppointmentPeopleInfo> updateList = appointmentTeamData.getNewList().stream().filter(i -> i.getDataState().equals("u")).collect(Collectors.toList()); |
|
|
|
|
if (!updateList.isEmpty()) { |
|
|
|
|
updateList.stream().forEach(item->{ |
|
|
|
|
// updateList.stream().forEach(item->{
|
|
|
|
|
//批量修改
|
|
|
|
|
iAppointmentPeopleInfoService.updateAppointmentPeopleInfo(item); |
|
|
|
|
}); |
|
|
|
|
iAppointmentPeopleInfoService.updateAppointmentPeopleInfoList(updateList); |
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
return 1; |
|
|
|
|