rev: 出库分配设置站点提示优化

This commit is contained in:
2023-11-30 17:53:54 +08:00
parent 0b2f5e9610
commit 663a9a7506
2 changed files with 3 additions and 1 deletions

View File

@@ -2702,7 +2702,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
+ "' and row_num = '" + jsonRow.getString("row_num") + "' and is_used = '1' and is_delete = '0' and lock_type not in ('1','6','3')").getResultJSONArray(0);
if (ObjectUtil.isNotEmpty(structArr)) {
throw new BadRequestException(jsonRow.getString("block_num") + "区-" + jsonRow.getString("row_num") + "排有未完成的入库任务!");
throw new BadRequestException("有其他任务正在执行中,请稍后在试!");
}
}