Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
0f93a03e
Commit
0f93a03e
authored
Aug 27, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
亚马逊广告
parent
9e238f3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
JobAmazonAdLogMapper.xml
...c/main/java/com/bailuntec/mapper/JobAmazonAdLogMapper.xml
+3
-0
No files found.
data-common/src/main/java/com/bailuntec/mapper/JobAmazonAdLogMapper.xml
View file @
0f93a03e
...
@@ -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
<
#{localDateTime}
and bj_create
<
#{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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment