代码更新
This commit is contained in:
@@ -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 + "被锁定且未下发任务,无法生成任务!");
|
||||
}
|
||||
|
||||
// 重新按照排序查询
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user