魏超 5 年 前
コミット
c1faf78782
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/main/resources/mapper/redpack/TaOrgOrderMapper.xml

+ 1
- 1
src/main/resources/mapper/redpack/TaOrgOrderMapper.xml ファイルの表示

@@ -126,7 +126,7 @@
126 126
         <if test="tradeNo != null and tradeNo != ''">
127 127
             and t.trade_no like concat('%', #{tradeNo}, '%')
128 128
         </if>
129
-        <if test="isOffline != null">
129
+        <if test="isOffline != null or isOffline == 0">
130 130
             and t.is_offline = #{isOffline}
131 131
         </if>
132 132
         <if test="tradingStatus != null ">