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