Commit 34ca954a by huluobin

# 费用系统 Jenkinsfile

parent 30c7f175
...@@ -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>
......
...@@ -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();
......
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