|
|
@@ -52,6 +52,7 @@ public interface IotDeviceMapper extends BaseMapperX<IotDeviceDO> {
|
|
|
.eqIfPresent(IotDeviceDO::getNameplate, reqVO.getNameplate())
|
|
|
.eqIfPresent(IotDeviceDO::getExpires, reqVO.getExpires())
|
|
|
.eqIfPresent(IotDeviceDO::getPlPrice, reqVO.getPlPrice())
|
|
|
+ .likeIfPresent(IotDeviceDO::getDeviceNo, reqVO.getDeviceNo()).likeIfPresent(IotDeviceDO::getCarNo, reqVO.getCarNo())
|
|
|
//.betweenIfPresent(IotDeviceDO::getPlDate, reqVO.getPlDate())
|
|
|
//.betweenIfPresent(IotDeviceDO::getManDate, reqVO.getManDate())
|
|
|
.eqIfPresent(IotDeviceDO::getPlYear, reqVO.getPlYear())
|