Commit 7dcb7b7d authored by 郝彦辉's avatar 郝彦辉

暂时停掉T+1报送,明天手动报送,测试v2库

parent 1a378fca
......@@ -46,7 +46,7 @@ public class QuantGroupZhuDaiReportToBaiHang {
private DingTalk dingTalk;
@Async
@Scheduled(cron = "0 0 05 * * ?")
//@Scheduled(cron = "0 0 05 * * ?")
public void startZhuDaiReport(){
if(increment()){
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