Jelajahi Sumber

1. 結算需求 4.0

wuhp 2 tahun lalu
induk
melakukan
7949dc3702

+ 1 - 1
src/main/java/com/ydtech/modules/fnc/vo/InsPlyIncomeVo.java

@@ -80,7 +80,7 @@ public class InsPlyIncomeVo implements Serializable {
     private int pageNum=1;
 
     @ApiModelProperty("协议类型")
-    private String agreementtype;
+    private String agreementType;
 
     @ApiModelProperty("时间范围")
     private String timeFrame;

+ 2 - 2
src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

@@ -67,8 +67,8 @@
                 <if test="startDate !=null  and  startDate!='' and  endDate !=null and endDate !=''">
                     and DATE_FORMAT( a.signdate, '%Y-%m-%d')  between DATE_FORMAT(#{startDate}, '%Y-%m-%d') and DATE_FORMAT(#{endDate}, '%Y-%m-%d')
                 </if>
-                <if test="agreementtype !=null  and  agreementtype  !=''">
-                    and pa.agreement_type =#{agreementtype}
+                <if test="agreementType !=null  and  agreementType  !=''">
+                    and pa.agreement_type =#{agreementType}
                 </if>
 
                <if test="handlingFeesStatus !=null  and  handlingFeesStatus  !=''">