Commit 4abe36b6 authored by 郝彦辉's avatar 郝彦辉

修改日志输出

parent 211523af
...@@ -39,7 +39,7 @@ public class QuantGroupZhuDaiReportToBaiHang { ...@@ -39,7 +39,7 @@ public class QuantGroupZhuDaiReportToBaiHang {
private BaiHangZhuDaiService baiHangZhuDaiService; private BaiHangZhuDaiService baiHangZhuDaiService;
@Async @Async
@Scheduled(cron = "0 0 5 * * ?") /* @Scheduled(cron = "0 0 5 * * ?")*/
public void startZhuDaiReport(){ public void startZhuDaiReport(){
if(increment()){ if(increment()){
redisTemplate.expire(Constant.QG_ZHU_DAI_REPORT_LOCK_KEY, 10, TimeUnit.SECONDS); redisTemplate.expire(Constant.QG_ZHU_DAI_REPORT_LOCK_KEY, 10, TimeUnit.SECONDS);
......
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