Commit 5fb187e3 by 程裕兵

feat:remove invalid code

parent f7250e70
......@@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>com.jiejing.paycenter</groupId>
<artifactId>api</artifactId>
<artifactId>paycenter-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
......
......@@ -16,7 +16,7 @@
</dependency>
<dependency>
<groupId>com.jiejing.paycenter</groupId>
<artifactId>api</artifactId>
<artifactId>paycenter-api</artifactId>
</dependency>
<dependency>
<groupId>com.jiejing.fitness.finance</groupId>
......
......@@ -21,11 +21,6 @@ public class PayCenterJob {
}
@Scheduled(cron = "0 0/1 * * * ?")
public void closePay() {
payCenterTaskApi.closePay();
}
@Scheduled(cron = "0 0/1 * * * ?")
public void syncPay() {
payCenterTaskApi.syncPay();
}
......
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