forked from github/dataease
refactor: 删除注释
This commit is contained in:
parent
1cbec36a2d
commit
0764e477bf
@ -336,7 +336,6 @@ public class DataSetTableTaskService {
|
|||||||
public void execTask(DatasetTableTask datasetTableTask) throws Exception {
|
public void execTask(DatasetTableTask datasetTableTask) throws Exception {
|
||||||
execNow(datasetTableTask);
|
execNow(datasetTableTask);
|
||||||
if(datasetTableTask.getRate().equalsIgnoreCase(ScheduleType.SIMPLE.toString())){
|
if(datasetTableTask.getRate().equalsIgnoreCase(ScheduleType.SIMPLE.toString())){
|
||||||
//TODO add
|
|
||||||
scheduleService.addSchedule(datasetTableTask);
|
scheduleService.addSchedule(datasetTableTask);
|
||||||
}
|
}
|
||||||
if (!datasetTableTask.getRate().equalsIgnoreCase(ScheduleType.SIMPLE.toString())) {
|
if (!datasetTableTask.getRate().equalsIgnoreCase(ScheduleType.SIMPLE.toString())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user