Commit ab9d3047 by jianshuqin

解决BUG:Empty watch file list. Disabling

parent 26293416
...@@ -22,7 +22,7 @@ public class EbayFeeJob { ...@@ -22,7 +22,7 @@ public class EbayFeeJob {
@Resource @Resource
private SyncEbayFeeService service; private SyncEbayFeeService service;
@Scheduled(cron = "0 35 18 * * ?") @Scheduled(cron = "0 50 18 * * ?")
public void SyncEbayTransaction(){ public void SyncEbayTransaction(){
service.SyncEbayTransaction(); service.SyncEbayTransaction();
} }
......
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