Commit e67bd0da authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent 76c8e778
......@@ -287,7 +287,7 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
} else {
// 前面做了+1(atomicInteger.incrementAndGet())这里也要-1
atomicInteger.decrementAndGet();
log.error("超出阈值:" + ResultConstants.FILE_DOWN_LOAD_DATA);
log.error("档案完整度监控导出超出阈值:" + ResultConstants.FILE_DOWN_LOAD_DATA);
exportError(response, ResultConstants.FILE_DOWN_LOAD_DATA);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment