新增acs手持取消任务调用wms删除任务
This commit is contained in:
@@ -871,6 +871,9 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
||||
point_table.update(nextObj);
|
||||
task_table.delete(taskObj);
|
||||
JSONObject groupObj = group_table.query("task_id ='" + taskObj.getString("task_id") + "'").uniqueResult(0);
|
||||
if (ObjectUtil.isEmpty(groupObj)) {
|
||||
throw new BadRequestException("找不到task_id为" + taskObj.getString("task_id") +"的盘信息");
|
||||
}
|
||||
group_table.delete(groupObj);
|
||||
|
||||
JSONObject result = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user