|
@@ -117,8 +117,11 @@ public interface MuseumFlowMapper extends BaseMapperX<MuseumFlowDO> {
|
|
|
.likeIfPresent(MuseumFlowDO::getApplyPerson, pageVO.getApplyPerson())
|
|
|
.likeIfPresent(MuseumFlowDO::getReceivePerson, pageVO.getReceivePerson())
|
|
|
.likeIfPresent(MuseumFlowDO::getOutboundPerson, pageVO.getOutboundPerson())
|
|
|
+ .likeIfPresent(MuseumFlowDO::getPurpose, pageVO.getPurpose())
|
|
|
+ .likeIfPresent(MuseumFlowDO::getNots, pageVO.getNots())
|
|
|
.betweenIfPresent(MuseumFlowDO::getApplyTime, pageVO.getApplyTime())
|
|
|
.betweenIfPresent(MuseumFlowDO::getReviewTime,pageVO.getReviewTime())
|
|
|
+ .betweenIfPresent(MuseumFlowDO::getReturnTime,pageVO.getReturnTime())
|
|
|
.eqIfPresent(MuseumFlowDO::getState, pageVO.getState())
|
|
|
.eqIfPresent(MuseumFlowDO::getId, pageVO.getOutboundPerson())
|
|
|
.orderByDesc(MuseumFlowDO::getId);
|