|
@@ -95,7 +95,7 @@ public interface AppointmentConfirmRefuseYearItemMapper extends BaseMapperX<Appo
|
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getReasonDict, reqVO.getReasonDict())
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getReasonDict, reqVO.getReasonDict())
|
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getBeDistrict, reqVO.getBeDistrict())
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getBeDistrict, reqVO.getBeDistrict())
|
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getEquipType, reqVO.getEquipType())
|
|
.eqIfPresent(AppointmentConfirmRefuseYearItemDO::getEquipType, reqVO.getEquipType())
|
|
|
-
|
|
|
|
|
|
|
+ .eqIfPresent(AppointmentConfirmRefuseYearItemDO::getEquipMainType, reqVO.getEquipMainType())
|
|
|
.orderByDesc(AppointmentConfirmRefuseYearItemDO::getCreateTime);
|
|
.orderByDesc(AppointmentConfirmRefuseYearItemDO::getCreateTime);
|
|
|
|
|
|
|
|
return selectJoinPage(reqVO,AppointmentConfirmRefuseYearItemRespVO.class,recordDOMPJLambdaWrapper);
|
|
return selectJoinPage(reqVO,AppointmentConfirmRefuseYearItemRespVO.class,recordDOMPJLambdaWrapper);
|