|
|
@ -1177,10 +1177,13 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
|
vehicleQuery.setModelSid(query.getModelSid()); |
|
|
|
ResultBean<List<String>> stringList = pcBusMainDepositFeign.selectVehicleList(vehicleQuery); |
|
|
|
if (stringList.getSuccess()) { |
|
|
|
qw.in("bv.sid",stringList.getData()); |
|
|
|
qw.in("bv.sid", stringList.getData()); |
|
|
|
} |
|
|
|
// qw.eq("bv.lockedState", 1);//车辆的锁定状态为1
|
|
|
|
} |
|
|
|
if (query.getSidList().size() > 0) { |
|
|
|
qw.notIn("bv.sid", query.getSidList()); |
|
|
|
} |
|
|
|
} |
|
|
|
return qw; |
|
|
|
} |
|
|
|