export_status增加状态判断

master
wj 2 years ago
parent ba5303b70e
commit f8740d4a0a

@ -90,7 +90,7 @@
<select id="findByType" resultType="com.glxp.sale.admin.entity.sync.BasicExportStatusEntity">
select * from basic_export_status
where type = #{exportType}
order by startTime asc
order by `status` asc,startTime asc
limit 1
</select>

Loading…
Cancel
Save