|
|
@@ -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}
|