取消注释
This commit is contained in:
parent
898de4e49a
commit
203241c7d6
@ -141,7 +141,7 @@ public class MemoryLogManager implements LoggerManager {
|
|||||||
if (!CollectionUtils.isEmpty(sseEmitters)) {
|
if (!CollectionUtils.isEmpty(sseEmitters)) {
|
||||||
sseEmitters.forEach(ResponseBodyEmitter::complete);
|
sseEmitters.forEach(ResponseBodyEmitter::complete);
|
||||||
}
|
}
|
||||||
// logDao.updateById(pipTaskLog);
|
logDao.updateById(pipTaskLog);
|
||||||
} else {
|
} else {
|
||||||
// 不存在就新增
|
// 不存在就新增
|
||||||
PipTaskLog pipTaskLog = new PipTaskLog();
|
PipTaskLog pipTaskLog = new PipTaskLog();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user