|
@@ -197,7 +197,7 @@ public class KdYdOrderServiceImpl extends ServiceImpl<KdYdOrderMapper, KdYdOrder
|
|
|
Map item = tableField.get(i);
|
|
Map item = tableField.get(i);
|
|
|
Map<String, Object> table1Map = new HashMap<>();
|
|
Map<String, Object> table1Map = new HashMap<>();
|
|
|
|
|
|
|
|
- int detailId = parseInt(safeGetString(item, "numberField_mjzfodew"), 0);
|
|
|
|
|
|
|
+ int detailId = parseInt(safeGetString(item, "numberField_mjzfodew"), 1);
|
|
|
String wlbm = safeGetString(item, "textField_mfbx1pqt");
|
|
String wlbm = safeGetString(item, "textField_mfbx1pqt");
|
|
|
// String wlbm = "010101010003";
|
|
// String wlbm = "010101010003";
|
|
|
String wlmc = safeGetString(item, "textField_mfbx1pqs");
|
|
String wlmc = safeGetString(item, "textField_mfbx1pqs");
|