Commit ca0362b3 authored by 李洪明's avatar 李洪明

添加上传进出厂记录

parent d084ab98
...@@ -60,7 +60,7 @@ public class UploadDataNewTask { ...@@ -60,7 +60,7 @@ public class UploadDataNewTask {
} }
} }
@Scheduled(cron = "*/30 * * * * ?") @Scheduled(cron = "0 */1 * * * ?")
public void uploadInAndOutDate() { public void uploadInAndOutDate() {
try { try {
inAndOutDateService.uploadInAndOutDate(); inAndOutDateService.uploadInAndOutDate();
...@@ -69,7 +69,7 @@ public class UploadDataNewTask { ...@@ -69,7 +69,7 @@ public class UploadDataNewTask {
} }
} }
@Scheduled(cron = "*/30 * * * * ?") @Scheduled(cron = "0 */1 * * * ?")
public void uploadTransportDateInfo() { public void uploadTransportDateInfo() {
try { try {
transportDateService.uploadTransportDate(); transportDateService.uploadTransportDate();
......
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