代码更新

This commit is contained in:
2022-10-21 18:35:20 +08:00
parent f5f7516742
commit 710f214454
4 changed files with 9 additions and 0 deletions

View File

@@ -293,6 +293,7 @@ public class DevicerepairmstServiceImpl implements DevicerepairmstService {
// 1. 更新设备维修单主表
JSONObject jsonReMst = reMstTab.query("repair_id = '" + whereJson.getString("repair_id") + "'").uniqueResult(0);
jsonReMst.put("invstatus", "03");
jsonReMst.put("estimaterepair_times", whereJson.getString("estimaterepair_times"));
jsonReMst.put("update_optname", whereJson.getString("update_optname"));
jsonReMst.put("real_start_date", DateUtil.now());
reMstTab.update(jsonReMst);