Skip to content

Commit db49c23

Browse files
authored
Update KnowStreaming Task模块简介.md
1 parent 4a9df0c commit db49c23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev_guide/KnowStreaming Task模块简介.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ public abstract class AbstractDispatchTask<E extends Comparable & EntifyIdInterf
178178
public TaskResult execute(JobContext jobContext) {
179179
try {
180180

181-
long triggerTimeUnitMs = System.currentTimeMillis();
181+
long triggerTimeUnitMs = System.currentTimeMillis();
182+
182183
// 获取所有的任务
183184
List<E> allTaskList = this.listAllTasks();
184185

0 commit comments

Comments
 (0)