|
|
@@ -596,6 +596,7 @@ public class FumigationForRecordController {
|
|
596
|
596
|
String xzzhr =(String)detail.get("xzzhr");
|
|
597
|
597
|
Integer xzrs =(Integer)detail.get("xzrs");
|
|
598
|
598
|
String xzczry =(String)detail.get("xzczry");
|
|
|
599
|
+ String processingInstructions =(String)detail.get("processingInstructions");
|
|
599
|
600
|
fumigationForrecord.setLysf(lysf);
|
|
600
|
601
|
fumigationForrecord.setDzfs(dzfs);
|
|
601
|
602
|
fumigationForrecord.setEast(east);
|
|
|
@@ -609,6 +610,7 @@ public class FumigationForRecordController {
|
|
609
|
610
|
fumigationForrecord.setXzzhr(xzzhr);
|
|
610
|
611
|
fumigationForrecord.setXzrs(xzrs);
|
|
611
|
612
|
fumigationForrecord.setXzczry(xzczry);
|
|
|
613
|
+ fumigationForrecord.setProcessingInstructions(processingInstructions);
|
|
612
|
614
|
List<Map<String,Object>> pest = (List<Map<String,Object>>)detail.get("pestVOS");
|
|
613
|
615
|
if(!CollectionUtils.isEmpty(pest)){
|
|
614
|
616
|
String zyhc = "";
|