yangdamao 1 年之前
父节点
当前提交
8fa14895c5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

@@ -156,10 +156,10 @@
             FROM top_old_order_refund tor
             WHERE vto.order_sn = tor.order_sn AND tor.`status` = 1
             <if test="refundStartTime != null and refundStartTime != ''">
-                AND tor.pay_check_tiem &gt;= 0
+                AND tor.pay_check_time &gt;= #{refundStartTime}
             </if>
             <if test="refundEndTime != null and refundEndTime != ''">
-                AND tor.pay_check_tiem &lt;= 0
+                AND tor.pay_check_time &lt;= #{refundEndTime}
             </if>
              ) > 0
         </if>