Commit 0f93a03e by huluobin

亚马逊广告

parent 9e238f3c
......@@ -485,6 +485,8 @@
</if>
limit 1
</select>
<!--亚马逊接口限制1小时只能下载60-->
<select id="selectUnDownload" resultType="com.bailuntec.domain.entity.JobAmazonAdLog">
select *
from job_amazon_ad_log
......@@ -492,5 +494,6 @@
and bj_create &lt; #{localDateTime}
and id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
order by bj_modified desc
limit 60
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment