|
@ -155,6 +155,8 @@ public class WorkorderServiceImpl extends ServiceImpl<WorkorderMapper, Workorder |
|
|
.eq(SchBasePoint::getIs_used, true) |
|
|
.eq(SchBasePoint::getIs_used, true) |
|
|
.eq(SchBasePoint::getRegion_code, "YLHC") |
|
|
.eq(SchBasePoint::getRegion_code, "YLHC") |
|
|
.eq(SchBasePoint::getPoint_code, pointCode) |
|
|
.eq(SchBasePoint::getPoint_code, pointCode) |
|
|
|
|
|
.isNotNull(SchBasePoint::getVehicle_code2) |
|
|
|
|
|
.ne(SchBasePoint::getVehicle_code2, "") |
|
|
.notLike(SchBasePoint::getVehicle_code2, "YBHC") |
|
|
.notLike(SchBasePoint::getVehicle_code2, "YBHC") |
|
|
.and(slam -> slam.isNull(SchBasePoint::getIng_task_code) |
|
|
.and(slam -> slam.isNull(SchBasePoint::getIng_task_code) |
|
|
.or() |
|
|
.or() |
|
|