소스 검색

1. 結算需求 4.0

wuhp 2 년 전
부모
커밋
7949dc3702
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/main/java/com/ydtech/modules/fnc/vo/InsPlyIncomeVo.java
  2. 2 2
      src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

+ 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  !=''">