Commit 0e751ff1 authored by Quxl's avatar Quxl

x

parent 14348ca5
...@@ -40,7 +40,7 @@ public class PdsProductsUpdateTask { ...@@ -40,7 +40,7 @@ public class PdsProductsUpdateTask {
@Scheduled(cron="${pds.cron.products_download}") @Scheduled(cron="${pds.cron.products_download}")
public void execute() { public void execute() {
System.out.println("PdsProductsUpdateTask RUN " + cron); System.out.println(DateUtil.format(new Date()) + " PdsProductsUpdateTask RUN " + cron);
boolean boo = true; boolean boo = true;
int loopCount = 0; int loopCount = 0;
while(boo) { while(boo) {
......
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