BigLawn 1 месяц назад
Родитель
Сommit
ae5f981f76

+ 2 - 2
yudao-module-museum/yudao-module-museum-biz/src/main/java/cn/iocoder/yudao/module/museum/dal/mysql/museumflow/MuseumFlowMapper.java

@@ -114,8 +114,8 @@ public interface MuseumFlowMapper extends BaseMapperX<MuseumFlowDO> {
                 .likeIfPresent(MuseumFlowDO::getSampleName,pageVO.getSampleName())
                 .likeIfPresent(MuseumFlowDO::getPurpose,pageVO.getPurpose())
                 .likeIfPresent(MuseumFlowDO::getRejectSeason,pageVO.getRejectSeason())
-                .likeIfPresent(MuseumFlowDO::getApplyPerson, pageVO.getApplyPerson())
-                .likeIfPresent(MuseumFlowDO::getApplyUnit, pageVO.getApplyUnit())
+                .eqIfPresent(MuseumFlowDO::getApplyPerson, pageVO.getApplyPerson())
+                .eqIfPresent(MuseumFlowDO::getApplyUnit, pageVO.getApplyUnit())
                 .likeIfPresent(MuseumFlowDO::getReturnPerson,pageVO.getReturnPerson())
                 .likeIfPresent(MuseumFlowDO::getReturnExpect, pageVO.getReturnExpect())
                 .likeIfPresent(MuseumFlowDO::getReceivePerson, pageVO.getReceivePerson())