mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 定时任务扫描支付成功未启动订单,排除第三方启动的订单
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user