Commit 0f93a03e by huluobin

亚马逊广告

parent 9e238f3c
...@@ -485,6 +485,8 @@ ...@@ -485,6 +485,8 @@
</if> </if>
limit 1 limit 1
</select> </select>
<!--亚马逊接口限制1小时只能下载60-->
<select id="selectUnDownload" resultType="com.bailuntec.domain.entity.JobAmazonAdLog"> <select id="selectUnDownload" resultType="com.bailuntec.domain.entity.JobAmazonAdLog">
select * select *
from job_amazon_ad_log from job_amazon_ad_log
...@@ -492,5 +494,6 @@ ...@@ -492,5 +494,6 @@
and bj_create &lt; #{localDateTime} and bj_create &lt; #{localDateTime}
and id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem} and id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
order by bj_modified desc order by bj_modified desc
limit 60
</select> </select>
</mapper> </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