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
a33ac80f
Commit
a33ac80f
authored
Feb 08, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
c05a353b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
DcBaseStockMapper.xml
.../src/main/java/com/bailuntec/mapper/DcBaseStockMapper.xml
+2
-2
job.properties
...show/show-auto-turnover/src/main/resources/job.properties
+3
-3
No files found.
data-common/src/main/java/com/bailuntec/mapper/DcBaseStockMapper.xml
View file @
a33ac80f
...
...
@@ -1378,7 +1378,7 @@
on t1.bailun_sku = t2.bailun_sku and t1.warehouse_code = t2.warehouse_code
where (t2.`status` = 0
or t2.`status` is null)
and t1.warehouse_code = 'GB4PXBL'
#
and t1.warehouse_code = 'GB4PXBL'
and t1.id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
</select>
...
...
@@ -1389,7 +1389,7 @@
on t1.bailun_sku = t2.bailun_sku and t1.warehouse_code = t2.warehouse_code
where (t2.`status` = 0 or t2.`status` is null)
and t1.id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
and t1.warehouse_code = 'GB4PXBL'
#
and t1.warehouse_code = 'GB4PXBL'
order by t1.id
# desc
limit #{pageStart}, #{pageOffset};
...
...
data-show/show-auto-turnover/src/main/resources/job.properties
View file @
a33ac80f
...
...
@@ -13,9 +13,9 @@ NAME_SPACE=data-center
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=0 0 10 ? * MON
JOB_NAME
=
show-auto-turnover5
6
#
JOB_CRON=0 0 3 * * ?
JOB_CRON
=
0 36 17 * * ?
JOB_NAME
=
show-auto-turnover5
7
JOB_CRON
=
0 0 3 * * ?
#
JOB_CRON=0 36 17 * * ?
SHARDING_TOTAL_COUNT
=
8
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
...
...
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