|
@@ -572,7 +572,7 @@ public class FumigationForRecordController {
|
|
572
|
String lyxz = (String)detail.get("lsxz");
|
572
|
String lyxz = (String)detail.get("lsxz");
|
|
573
|
String cgxzfs = (String)detail.get("convFumigation");
|
573
|
String cgxzfs = (String)detail.get("convFumigation");
|
|
574
|
String hlxzfs = (String)detail.get("recFumigation");
|
574
|
String hlxzfs = (String)detail.get("recFumigation");
|
|
575
|
- Integer xzfs = (Integer)recordInfo.get("xzfs");
|
|
|
|
|
|
575
|
+ Integer xzfs = (Integer)detail.get("xzfs");
|
|
576
|
String hlxzynhljsjh = (String)detail.get("recIcCombine");
|
576
|
String hlxzynhljsjh = (String)detail.get("recIcCombine");
|
|
577
|
String yjmc = (String)detail.get("drugCode");
|
577
|
String yjmc = (String)detail.get("drugCode");
|
|
578
|
String jx = (String)detail.get("drugType");
|
578
|
String jx = (String)detail.get("drugType");
|