|
|
@ -3454,6 +3454,10 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
|
qw.eq("bv.vehicleState", VehicleState.StockEnum.STOCK.getCode()); |
|
|
|
//锁定状态为未锁定
|
|
|
|
qw.eq("bv.lockedState", VehicleState.LockEnum.UN_LOCK.getCode()); |
|
|
|
List<String> list = params.getList(); |
|
|
|
if(!list.isEmpty()){ |
|
|
|
qw.notIn("bv.sid",list); |
|
|
|
} |
|
|
|
} |
|
|
|
IPage<InputVinListVo> pagging = baseMapper.saleOrderVin(page, qw, params.getNames()); |
|
|
|
PagerVo<InputVinListVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|