代码更新

This commit is contained in:
ludj
2022-11-19 11:14:22 +08:00
parent 904e1dcee9
commit 923fd2f8d5

View File

@@ -159,6 +159,11 @@ public class PointServiceImpl implements PointService {
structIvt.put("struct_uuid", structObj.getString("struct_uuid"));
structIvt.put("stand_hour", materialLabelObj.getString("stand_hour"));
structIvt.put("label_uuid", label_uuid);
structIvt.put("canuse_qty", "1");
structIvt.put("ivt_qty", "1");
structIvt.put("ivt_weight", "1");
structIvt.put("qty_unit_uuid", "2FE6EC94FF82441FADD6E78BA833CABC");
structIvt.put("weight_unit_uuid", "9F8D4F6046494CC0AC1EB17B09570A2C");
structIvt.put("material_uuid", material_uuid);
structIvt.put("vehicle_code", vehicle_code);
structIvt.put("instorage_time", DateUtil.now());