update 定时任务扫描支付成功未启动订单,排除第三方启动的订单

This commit is contained in:
2024-01-11 14:26:02 +08:00
parent 64ca3d4154
commit 7f56f4a48b
3 changed files with 15 additions and 11 deletions

View File

@@ -2331,6 +2331,7 @@
<include refid="Base_Column_List" />
from order_basic_info
where del_flag = '0'
and start_mode != '4'
<if test="startTime != null and startTime != ''">
and create_time <![CDATA[ >= ]]> #{startTime,jdbcType=VARCHAR}
</if>