Răsfoiți Sursa

增加费用类型查询

dongxin 1 an în urmă
părinte
comite
1c525d2ff4

+ 3 - 0
src/main/java/com/ydtech/modules/order/entity/vo/OrderQueryVo.java

@@ -196,6 +196,9 @@ public class OrderQueryVo {
     @ApiModelProperty("合作公司编号")
     private String partnerCompaniesId;
 
+    @ApiModelProperty("费用类型 0.现金 1.权益包")
+    private String type;
+
 
 
     public LocalDate getEndDatePlusOneDay() {

+ 3 - 0
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -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 ((