魏超 5 年之前
父節點
當前提交
873bee03ed
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      src/main/resources/mapper/redpack/TaOrgOrderMapper.xml

+ 1
- 4
src/main/resources/mapper/redpack/TaOrgOrderMapper.xml 查看文件

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