|
@@ -85,9 +85,6 @@
|
85
|
85
|
<if test="orgId != null and orgId != ''">
|
86
|
86
|
and t.org_id = #{orgId}
|
87
|
87
|
</if>
|
88
|
|
- <if test="orgId != null and orgId != ''">
|
89
|
|
- and t.org_id = #{orgId}
|
90
|
|
- </if>
|
91
|
88
|
<if test="tradeNo != null and tradeNo != ''">
|
92
|
89
|
and t.trade_no like concat('%', #{tradeNo}, '%')
|
93
|
90
|
</if>
|
|
@@ -129,7 +126,7 @@
|
129
|
126
|
<if test="tradeNo != null and tradeNo != ''">
|
130
|
127
|
and t.trade_no like concat('%', #{tradeNo}, '%')
|
131
|
128
|
</if>
|
132
|
|
- <if test="isOffline != null and isOffline != ''">
|
|
129
|
+ <if test="isOffline != null">
|
133
|
130
|
and t.is_offline = #{isOffline}
|
134
|
131
|
</if>
|
135
|
132
|
<if test="tradingStatus != null ">
|