fix:生箔工序优化
This commit is contained in:
@@ -120,7 +120,7 @@ public class CoolCutTask extends AbstractAcsTask {
|
|||||||
WQLObject.getWQLObject("sch_base_point").update(dj_jo);
|
WQLObject.getWQLObject("sch_base_point").update(dj_jo);
|
||||||
//更新满轴终点的空轴对接位
|
//更新满轴终点的空轴对接位
|
||||||
JSONObject cut_jo = WQLObject.getWQLObject("ST_IVT_CutPointIvt").query("empty_point_code = '" + point_code3 + "'").uniqueResult(0);
|
JSONObject cut_jo = WQLObject.getWQLObject("ST_IVT_CutPointIvt").query("empty_point_code = '" + point_code3 + "'").uniqueResult(0);
|
||||||
cut_jo.put("empty_point_status", "2");
|
cut_jo.put("empty_point_status", "02");
|
||||||
cut_jo.put("empty_vehicle_code", "SJG");
|
cut_jo.put("empty_vehicle_code", "SJG");
|
||||||
cut_jo.put("update_optid", currentUserId);
|
cut_jo.put("update_optid", currentUserId);
|
||||||
cut_jo.put("update_optname", currentUsername);
|
cut_jo.put("update_optname", currentUsername);
|
||||||
|
|||||||
Reference in New Issue
Block a user