Commit e3e9fa6f authored by 郝彦辉's avatar 郝彦辉

tidb的call_record表历史数据初始化

parent fd21e4e3
...@@ -154,8 +154,8 @@ public class ManualToolController { ...@@ -154,8 +154,8 @@ public class ManualToolController {
@RequestMapping("/synCallRecordNew") @RequestMapping("/synCallRecordNew")
public String synCallRecordNew(String newYnrTime){ public String synCallRecordNew(String newYnrTime,String isExecuteOnce){
cleanningTransactionLogService.synCallRecordNew(newYnrTime); cleanningTransactionLogService.synCallRecordNew(newYnrTime,isExecuteOnce);
return "synCallRecordNew调度完成"; return "synCallRecordNew调度完成";
} }
......
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