机械手任务完成更新组盘为已完成

This commit is contained in:
psh
2023-08-20 14:15:54 +08:00
parent 4e2c8e50e0
commit 36540bf169
2 changed files with 10 additions and 1 deletions

View File

@@ -598,7 +598,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
case 2:{
JSONObject json = wo.query("vehicle_code ='" + vehicle_code + "' AND is_delete = 0").uniqueResult(0);
// 将托盘置为已拆垛并删除,供后续重复使用
json.put("kiln_code", kiln_code);
// json.put("kiln_code", kiln_code);
json.put("region_code", 3);
json.put("is_delete", 1);
wo.update(json);