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