报价单中标

new
Agoni 1 year ago
parent d75d9bcfa8
commit 5a0c2b0fc9

@ -71,4 +71,6 @@ public class QuotationSheetBiddingPageReqVO extends PageParam {
@Schema(description = "报价单id") @Schema(description = "报价单id")
private Long quotationId; private Long quotationId;
private String creator;
} }

@ -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));
} }

Loading…
Cancel
Save