|
|
@ -36,6 +36,7 @@ public interface QuotationSheetBiddingMapper extends BaseMapperX<QuotationSheetB
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getFiles, reqVO.getFiles())
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getFiles, reqVO.getFiles())
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getProcessInstanceId, reqVO.getProcessInstanceId())
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getProcessInstanceId, reqVO.getProcessInstanceId())
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getQuotationId, reqVO.getQuotationId())
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getQuotationId, reqVO.getQuotationId())
|
|
|
|
|
|
|
|
.eqIfPresent(QuotationSheetBiddingDO::getCreator, reqVO.getCreator())
|
|
|
|
.orderByDesc(QuotationSheetBiddingDO::getId));
|
|
|
|
.orderByDesc(QuotationSheetBiddingDO::getId));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|