|
|
@@ -132,15 +132,16 @@ public class KdYdDeliveryServiceImpl extends ServiceImpl<KdYdDeliveryMapper, KdY
|
|
|
List<Map> tableField = (List<Map>) formData.get("tableField_mejnamfd");
|
|
|
|
|
|
if (tableField != null && !tableField.isEmpty()) {
|
|
|
+ int detailId = 1;
|
|
|
for (Map item : tableField) {
|
|
|
Map<String, Object> table1Map = new HashMap<>();
|
|
|
- int detailId = parseInt(safeGetString(item, "numberField_mjzg06br"), 0);
|
|
|
+// int detailId = parseInt(safeGetString(item, "numberField_mjzg06br"), 0);
|
|
|
String wlbm = safeGetString(item, "textField_mejnamff");
|
|
|
String wlmc = safeGetString(item, "textField_mejnamfg");
|
|
|
String ggxh = safeGetString(item, "textField_mejnamfh");
|
|
|
String xsdw = safeGetString(item, "textField_mejnamfk");
|
|
|
int jjsl = parseInt(safeGetString(item, "numberField_mf6a0h6r"), 0);
|
|
|
- int count = parseInt(safeGetString(item, "numberField_mjzg06br"), 0);
|
|
|
+// int count = parseInt(safeGetString(item, "numberField_mjzg06br"), 0);
|
|
|
String ssxl = safeGetString(item, "textField_mejnamfx");
|
|
|
String sfzp = safeGetString(item, "radioField_mf6a0h6h");
|
|
|
String ckck = safeGetString(item, "textField_mf6a0h6l");
|
|
|
@@ -159,7 +160,7 @@ public class KdYdDeliveryServiceImpl extends ServiceImpl<KdYdDeliveryMapper, KdY
|
|
|
table1Map.put("ggxh", ggxh);
|
|
|
table1Map.put("xsdw", xsdw);
|
|
|
table1Map.put("jjsl", jjsl);
|
|
|
- table1Map.put("count", count);
|
|
|
+// table1Map.put("count", count);
|
|
|
table1Map.put("ssxl", ssxl);
|
|
|
table1Map.put("yhrq", yhrq);
|
|
|
table1Map.put("sfzp", sfzp);
|
|
|
@@ -173,6 +174,7 @@ public class KdYdDeliveryServiceImpl extends ServiceImpl<KdYdDeliveryMapper, KdY
|
|
|
table1Map.put("mdh", mdh);
|
|
|
|
|
|
deliveryList.add(table1Map);
|
|
|
+ detailId++;
|
|
|
}
|
|
|
}
|
|
|
|