代码更新

This commit is contained in:
2022-07-21 15:44:14 +08:00
parent 3c23807c4f
commit bf4154797d
7 changed files with 74 additions and 66 deletions

View File

@@ -765,6 +765,9 @@ public class DevicerepairmstServiceImpl implements DevicerepairmstService {
io_mst.put("input_time", now);
io_mst.put("update_optid", currentUserId + "");
io_mst.put("update_optname", nickName);
io_mst.put("dis_optid", currentUserId);
io_mst.put("dis_optname", nickName);
io_mst.put("dis_time", DateUtil.now());
io_mst.put("update_time", now);
io_mst.put("device_id", jsonMst.get("device_id"));
io_mst.put("device_code", jsonMst.get("device_code"));

View File

@@ -161,6 +161,7 @@ public class DevicesparepartivtServiceImpl implements DevicesparepartivtService
dtl_map.put("库区名称", jo.getString("sect_name"));
dtl_map.put("物料编码", jo.getString("material_code"));
dtl_map.put("物料名称", jo.getString("material_name"));
dtl_map.put("备件唯一码", jo.getString("sparepart_only_id"));
dtl_map.put("型号", jo.getString("material_model"));
dtl_map.put("技术规格", jo.getString("material_spec"));
dtl_map.put("批次", jo.getString("pcsn"));