代码更新

This commit is contained in:
2023-01-08 17:24:47 +08:00
parent 1fdb697f08
commit 9e7fa14ef5
2 changed files with 4 additions and 4 deletions

View File

@@ -2578,7 +2578,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
error += json.getString("struct_code") + ",";
}
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务");
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务,无法生成任务!");
}
// 重新按照排序查询
disRowArrNew = WQL.getWO("ST_OUTIVT04")
@@ -2611,7 +2611,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
error += json.getString("struct_code") + ",";
}
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务");
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务,无法生成任务!");
}
// 重新按照排序查询
@@ -2644,7 +2644,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
error += json.getString("struct_code") + ",";
}
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务");
throw new BadRequestException("仓位:" + error + "被锁定且未下发任务,无法生成任务!");
}
// 重新按照排序查询

View File

@@ -157,7 +157,7 @@
group by attr.struct_id
order by attr.out_order_seq ASC
order by attr.out_order_seq DESC
ENDSELECT
ENDQUERY