feat: 2.6.0
1. 修复实时日志未完成返回数据不完整问题
This commit is contained in:
parent
3b01c717ef
commit
6bb512ab12
@ -65,7 +65,8 @@ public class JobLogServiceImpl implements JobLogService {
|
|||||||
) {
|
) {
|
||||||
jobLogResponseVO.setFinished(Boolean.TRUE);
|
jobLogResponseVO.setFinished(Boolean.TRUE);
|
||||||
}
|
}
|
||||||
|
jobLogResponseVO.setNextStartId(queryVO.getStartId());
|
||||||
|
jobLogResponseVO.setFromIndex(0);
|
||||||
return jobLogResponseVO;
|
return jobLogResponseVO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user