Explorar el Código

1.错误添加比例问题

wuhp hace 2 años
padre
commit
8a8bec3870
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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  !=''">
                 and a.handling_fees_status =#{handlingFeesStatus}
             </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  !=''">
                 and a.id =#{id}