This commit is contained in:
van
2026-04-03 17:48:33 +08:00
parent fa7e26cf6e
commit 3e37587074
5 changed files with 19 additions and 4 deletions

View File

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