|
|
@ -615,6 +615,9 @@
|
|
|
|
<if test="trade_type=='Share Link'">
|
|
|
|
<if test="trade_type=='Share Link'">
|
|
|
|
and o.gateway=14
|
|
|
|
and o.gateway=14
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="trade_type=='Card Payment'">
|
|
|
|
|
|
|
|
and o.gateway=17
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="org_id!=null and org_ids==null">and l.org_id=#{org_id}</if>
|
|
|
|
<if test="org_id!=null and org_ids==null">and l.org_id=#{org_id}</if>
|
|
|
|
<if test="org_ids!=null">and l.org_id in
|
|
|
|
<if test="org_ids!=null">and l.org_id in
|
|
|
|
<foreach collection="org_ids" item="org_id" open="(" close=")" separator=",">#{org_id}</foreach>
|
|
|
|
<foreach collection="org_ids" item="org_id" open="(" close=")" separator=",">#{org_id}</foreach>
|
|
|
|