|
@@ -553,7 +553,8 @@ public class FumigationForRecordController {
|
553
|
553
|
fumigationForrecord.setOrgansOpinion(organsOpinion);
|
554
|
554
|
fumigationForrecord.setSpsj(format.parse(spsj));
|
555
|
555
|
fumigationForrecord.setSpr(spr);
|
556
|
|
-
|
|
556
|
+ fumigationForrecord.setOutForrecordTime(format.parse(spsj));
|
|
557
|
+ fumigationForrecord.setOutPerson(spr);
|
557
|
558
|
String cfdm = (String)detail.get("cfbh");
|
558
|
559
|
Map<String,Integer> info = fumigationFroRecordService.getByCfdm(cfdm);
|
559
|
560
|
Integer orgId = info.get("orgId");
|