|
|
@@ -26,6 +26,7 @@ public interface IotMeasureBookMapper extends BaseMapperX<IotMeasureBookDO> {
|
|
|
.eqIfPresent(IotMeasureBookDO::getDutyPerson, reqVO.getDutyPerson())
|
|
|
.betweenIfPresent(IotMeasureBookDO::getBuyDate, reqVO.getBuyDate())
|
|
|
.eqIfPresent(IotMeasureBookDO::getBrand, reqVO.getBrand())
|
|
|
+ .likeIfPresent(IotMeasureBookDO::getSerialNo, reqVO.getSerialNo())
|
|
|
.likeIfPresent(IotMeasureBookDO::getModelName, reqVO.getModelName())
|
|
|
.betweenIfPresent(IotMeasureBookDO::getLastTime, reqVO.getLastTime())
|
|
|
.eqIfPresent(IotMeasureBookDO::getMeasureUnit, reqVO.getMeasureUnit())
|