|
@@ -601,7 +601,7 @@ public class FumigationForRecordController {
|
601
|
601
|
personnel.setId(ParameterUtil.getCode());
|
602
|
602
|
personnel.setForrecordId(uuid);
|
603
|
603
|
personnel.setOrgId(orgId);
|
604
|
|
- fumigationFroRecordService.addPersonnel(personnel);
|
|
604
|
+
|
605
|
605
|
if(stringObjectMap.get("personnelName") !=null){
|
606
|
606
|
personnel.setPersonnelName(stringObjectMap.get("personnelName"));
|
607
|
607
|
}
|
|
@@ -617,6 +617,7 @@ public class FumigationForRecordController {
|
617
|
617
|
if(stringObjectMap.get("outside") !=null){
|
618
|
618
|
personnel.setOutside(stringObjectMap.get("outside"));
|
619
|
619
|
}
|
|
620
|
+ fumigationFroRecordService.addPersonnel(personnel);
|
620
|
621
|
}
|
621
|
622
|
}
|
622
|
623
|
fumigationForrecord.setCfdm(cfdm);
|