@@ -196,6 +196,9 @@ public class OrderQueryVo {
@ApiModelProperty("合作公司编号")
private String partnerCompaniesId;
+ @ApiModelProperty("费用类型 0.现金 1.权益包")
+ private String type;
+
public LocalDate getEndDatePlusOneDay() {
@@ -247,6 +247,9 @@
<if test="params.riskCode != null and params.riskCode != ''">
and iac.product = #{params.riskCode}
</if>
+ <if test="params.type != null and params.type != ''">
+ and iace.type = #{params.type}
+ </if>
<if test="params.attachStartDateStr != null and params.attachStartDateStr != '' and params.attachStartDateStr != null and params.attachStartDateStr != '' ">
and ((