feat: 2.6.0

1. 修复实时日志未完成返回数据不完整问题
This commit is contained in:
byteblogs168 2024-01-16 18:26:32 +08:00
parent 3b01c717ef
commit 6bb512ab12

View File

@ -65,7 +65,8 @@ public class JobLogServiceImpl implements JobLogService {
) {
jobLogResponseVO.setFinished(Boolean.TRUE);
}
jobLogResponseVO.setNextStartId(queryVO.getStartId());
jobLogResponseVO.setFromIndex(0);
return jobLogResponseVO;
}