日志优化
This commit is contained in:
@@ -136,7 +136,6 @@ public class TBXQKTask extends AbstractTask {
|
||||
.or()
|
||||
.eq(SchBasePoint::getIng_task_code, ""))
|
||||
.eq(SchBasePoint::getBlock_num, "1")
|
||||
.eq(SchBasePoint::getVehicle_qty, "1")
|
||||
.eq(SchBasePoint::getIs_used, true);
|
||||
List<SchBasePoint> schBasePoints = pointService.list(lam);
|
||||
return ObjectUtil.isNotEmpty(schBasePoints) ? schBasePoints.get(0) : null;
|
||||
|
||||
Reference in New Issue
Block a user