1
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
<select id="selectJobsNeedingQueueReconcile" resultMap="WeComShareLinkLogisticsJobResult">
|
||||
<include refid="selectVo"/>
|
||||
where status in ('PENDING', 'WAITING', 'IMPORTED')
|
||||
where status in ('PENDING', 'WAITING', 'IMPORTED', 'ABANDONED')
|
||||
and tracking_url is not null and trim(tracking_url) != ''
|
||||
and create_time >= date_sub(now(), interval 1 month)
|
||||
order by id asc
|
||||
|
||||
Reference in New Issue
Block a user