|
|
|
@ -90,6 +90,13 @@ public class AppointmentTeamDataServiceImpl implements IAppointmentTeamDataServi |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public String importData(List<AppointmentPeopleInfo> list, int row, Long organCode) { |
|
|
|
|
|
|
|
|
|
boolean allNull = list.stream().allMatch(element -> element == null); |
|
|
|
|
|
|
|
|
|
if (allNull) { |
|
|
|
|
return "模版错误或者数据为空,请核验导入模版"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
List<AppointmentPeopleInfo> newList = new ArrayList<>(); |
|
|
|
|
List<String> dictTypes = new ArrayList<>(); |
|
|
|
|
dictTypes.add("write_off_status"); |
|
|
|
|