代码更新
This commit is contained in:
@@ -159,6 +159,11 @@ public class PointServiceImpl implements PointService {
|
|||||||
structIvt.put("struct_uuid", structObj.getString("struct_uuid"));
|
structIvt.put("struct_uuid", structObj.getString("struct_uuid"));
|
||||||
structIvt.put("stand_hour", materialLabelObj.getString("stand_hour"));
|
structIvt.put("stand_hour", materialLabelObj.getString("stand_hour"));
|
||||||
structIvt.put("label_uuid", label_uuid);
|
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("material_uuid", material_uuid);
|
||||||
structIvt.put("vehicle_code", vehicle_code);
|
structIvt.put("vehicle_code", vehicle_code);
|
||||||
structIvt.put("instorage_time", DateUtil.now());
|
structIvt.put("instorage_time", DateUtil.now());
|
||||||
|
|||||||
Reference in New Issue
Block a user