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
e6d38078
Commit
e6d38078
authored
Mar 04, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
b8173c30
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
8 deletions
+18
-8
pom.xml
data-base/base-sync-crm-refund/pom.xml
+13
-3
job.properties
...show/show-auto-turnover/src/main/resources/job.properties
+3
-3
AutoTurnoverTest.java
...ow/show-auto-turnover/src/test/java/AutoTurnoverTest.java
+2
-2
No files found.
data-base/base-sync-crm-refund/pom.xml
View file @
e6d38078
...
@@ -36,15 +36,25 @@
...
@@ -36,15 +36,25 @@
</plugin>
</plugin>
<plugin>
<plugin>
<
groupId>
org.springframework.boot
</group
Id>
<
artifactId>
maven-assembly-plugin
</artifact
Id>
<
artifactId>
spring-boot-maven-plugin
</artifactId
>
<
version>
3.1.0
</version
>
<configuration>
<configuration>
<archive>
<manifest>
<mainClass>
com.bailuntec.Application
</mainClass>
<mainClass>
com.bailuntec.Application
</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</configuration>
<executions>
<executions>
<execution>
<execution>
<id>
make-assembly
</id>
<phase>
package
</phase>
<goals>
<goals>
<goal>
repackag
e
</goal>
<goal>
singl
e
</goal>
</goals>
</goals>
</execution>
</execution>
</executions>
</executions>
...
...
data-show/show-auto-turnover/src/main/resources/job.properties
View file @
e6d38078
...
@@ -13,9 +13,9 @@ NAME_SPACE=data-center
...
@@ -13,9 +13,9 @@ NAME_SPACE=data-center
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=0 0 10 ? * MON
#JOB_NAME_WEEK=0 0 10 ? * MON
JOB_NAME
=
show-auto-turnover6
0
JOB_NAME
=
show-auto-turnover6
1
JOB_CRON
=
0 0 3 * * ?
#
JOB_CRON=0 0 3 * * ?
#JOB_CRON=0 45 10
* * ?
JOB_CRON
=
0 30 14
* * ?
SHARDING_TOTAL_COUNT
=
8
SHARDING_TOTAL_COUNT
=
8
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
...
...
data-show/show-auto-turnover/src/test/java/AutoTurnoverTest.java
View file @
e6d38078
...
@@ -261,8 +261,8 @@ public class AutoTurnoverTest {
...
@@ -261,8 +261,8 @@ public class AutoTurnoverTest {
public
void
testXX2
()
{
public
void
testXX2
()
{
DcBaseStock
dcBaseStock
=
SessionUtil
.
getSession
().
getMapper
(
DcBaseStockMapper
.
class
)
DcBaseStock
dcBaseStock
=
SessionUtil
.
getSession
().
getMapper
(
DcBaseStockMapper
.
class
)
.
selectOneByExample
(
DcBaseStockExample
.
newAndCreateCriteria
()
.
selectOneByExample
(
DcBaseStockExample
.
newAndCreateCriteria
()
.
andBailunSkuEqualTo
(
"
243903601
"
)
.
andBailunSkuEqualTo
(
"
952249202
"
)
.
andWarehouseCodeEqualTo
(
"
US4PXBL
"
)
.
andWarehouseCodeEqualTo
(
"
GZBLWH
"
)
.
example
());
.
example
());
try
{
try
{
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
...
...
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