Преглед изворни кода

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