feiyu02
2023-11-07 7f580342dce92cb321e2566ef9a02827435a2de2
分支
用户 feiyu02 <risaku@163.com>
星期二, 十一月 7, 2023 09:30 +0000
提交者 feiyu02 <risaku@163.com>
星期二, 十一月 7, 2023 09:30 +0000
提交7f580342dce92cb321e2566ef9a02827435a2de2
目录 ac90fba7722a76ec7d9eb35e7754f7a386602568 目录 | zip | gz
上一版本 21427a082fc07bed414dbfe0473678d8aeb37006 查看 | 对比
1. 新增风险值数据库表;
2. 修改异常分析模块的代码位置;
已修改4个文件
已添加4个文件
已重命名10个文件
315 ■■■■■ 文件已修改
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/RiskAnalysisController.java 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/BaseDustExceptionAnalysis.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/BaseExceptionContinuous.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionApproachExceeding.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionDataExceed.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionDataLowValue.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionDataMissing.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionExceedingTimes.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionNoFluctuation.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionSlideAverage.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionValueMutation.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/entity/RiskValue.java 214 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/mapper/RiskValueMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/DustAnalysisTask.kt 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/generator/generatorConfig4ds1.xml 6 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ds1/RiskValueMapper.xml 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisControllerTest.kt 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史