소스 검색

1.错误添加比例问题

wuhp 2 년 전
부모
커밋
8a8bec3870
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

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

@@ -188,6 +188,18 @@
             <if test="handlingFeesStatus !=null  and  handlingFeesStatus  !=''">
             <if test="handlingFeesStatus !=null  and  handlingFeesStatus  !=''">
                 and a.handling_fees_status =#{handlingFeesStatus}
                 and a.handling_fees_status =#{handlingFeesStatus}
             </if>
             </if>
+            <if test="jqReceivableProportion !=null  and  jqReceivableProportion  !=''">
+                and a.jq_receivable_proportion =#{jqReceivableProportion}
+            </if>
+
+            <if test="syReceivableProportion !=null  and  syReceivableProportion  !=''">
+                and a.sy_receivable_proportion =#{syReceivableProportion}
+            </if>
+            <if test="noReceivableProportion !=null  and  noReceivableProportion  !=''">
+                and a.no_receivable_proportion =#{noReceivableProportion}
+            </if>
+
+
 
 
             <if test="id !=null  and  id  !=''">
             <if test="id !=null  and  id  !=''">
                 and a.id =#{id}
                 and a.id =#{id}