代码更新
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user