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
34ca954a
Commit
34ca954a
authored
Jan 13, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 费用系统 Jenkinsfile
parent
30c7f175
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mybatis-config.xml
data-common/src/main/resources/mybatis-config.xml
+2
-2
AutoTurnoverJobTest.java
.../src/test/java/com/bailuntec/job/AutoTurnoverJobTest.java
+4
-4
No files found.
data-common/src/main/resources/mybatis-config.xml
View file @
34ca954a
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<configuration>
<configuration>
<!--<properties resource="db-tj.properties"/>-->
<!--<properties resource="db-tj.properties"/>-->
<
!-- <properties resource="db-dev.properties"/>--
>
<
properties
resource=
"db-dev.properties"
/
>
<
properties
resource=
"db-prod.properties"
/
>
<
!-- <properties resource="db-prod.properties"/>--
>
<settings>
<settings>
<setting
name=
"mapUnderscoreToCamelCase"
value=
"true"
/>
<setting
name=
"mapUnderscoreToCamelCase"
value=
"true"
/>
</settings>
</settings>
...
...
data-show/show-auto-turnover/src/test/java/com/bailuntec/job/AutoTurnoverJobTest.java
View file @
34ca954a
...
@@ -53,7 +53,7 @@ public class AutoTurnoverJobTest {
...
@@ -53,7 +53,7 @@ public class AutoTurnoverJobTest {
@Test
@Test
public
void
syncAll0
()
{
public
void
syncAll0
()
{
JobPointLog
jobPointLog
=
new
JobPointLog
();
JobPointLog
jobPointLog
=
new
JobPointLog
();
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageIndex
(
5
);
jobPointLog
.
setPageSize
(
1000
);
jobPointLog
.
setPageSize
(
1000
);
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
...
@@ -64,7 +64,7 @@ public class AutoTurnoverJobTest {
...
@@ -64,7 +64,7 @@ public class AutoTurnoverJobTest {
@Test
@Test
public
void
syncAll1
()
{
public
void
syncAll1
()
{
JobPointLog
jobPointLog
=
new
JobPointLog
();
JobPointLog
jobPointLog
=
new
JobPointLog
();
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageIndex
(
5
);
jobPointLog
.
setPageSize
(
1000
);
jobPointLog
.
setPageSize
(
1000
);
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
...
@@ -75,7 +75,7 @@ public class AutoTurnoverJobTest {
...
@@ -75,7 +75,7 @@ public class AutoTurnoverJobTest {
@Test
@Test
public
void
syncAll2
()
{
public
void
syncAll2
()
{
JobPointLog
jobPointLog
=
new
JobPointLog
();
JobPointLog
jobPointLog
=
new
JobPointLog
();
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageIndex
(
5
);
jobPointLog
.
setPageSize
(
1000
);
jobPointLog
.
setPageSize
(
1000
);
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
AutoTurnoverJob
autoTurnoverJob
=
new
AutoTurnoverJob
();
...
@@ -130,7 +130,7 @@ public class AutoTurnoverJobTest {
...
@@ -130,7 +130,7 @@ public class AutoTurnoverJobTest {
@Test
@Test
public
void
syncAll7
()
{
public
void
syncAll7
()
{
JobPointLog
jobPointLog
=
new
JobPointLog
();
JobPointLog
jobPointLog
=
new
JobPointLog
();
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageIndex
(
5
);
jobPointLog
.
setPageSize
(
1000
);
jobPointLog
.
setPageSize
(
1000
);
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