ソースを参照

计量器具台账查询

Zimo 3 日 前
コミット
8632fca4c0

+ 1 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/dal/mysql/qhse/measure/IotMeasureBookMapper.java

@@ -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())