fix
This commit is contained in:
@@ -134,9 +134,8 @@ public class TBXBKJTask extends AbstractTask {
|
||||
if(task.getTask_code().equals(schBasePoint.getIng_task_code())){
|
||||
return schBasePoint;
|
||||
}
|
||||
//点位允许取货且已被任务锁定则抛异常
|
||||
if (schBasePoint.getVehicle_qty() > 0 &&
|
||||
(ObjectUtil.isNotEmpty(schBasePoint.getIng_task_code()))) {
|
||||
//点位已被任务锁定则抛异常,暂时不反馈
|
||||
if ( (ObjectUtil.isNotEmpty(schBasePoint.getIng_task_code()))) {
|
||||
throw new BadRequestException("当前点位"+ schBasePoint.getPoint_code()+"已被任务锁定!");
|
||||
}
|
||||
if (schBasePoint.getVehicle_qty() > 0 &&
|
||||
|
||||
Reference in New Issue
Block a user