yangdamao 1 year ago
parent
commit
8fa14895c5

+ 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>