日志优化

This commit is contained in:
psh
2024-06-17 08:55:51 +08:00
parent a94b7bd0c1
commit 5f12dbf052

View File

@@ -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;