分支
用户 feiyu02 <risaku@163.com>
星期四, 一月 11, 2024 09:33 +0000
提交者 feiyu02 <risaku@163.com>
星期四, 一月 11, 2024 09:33 +0000
提交f565fbc09724992d53ec6632c3e5d1de3325f328
目录 0022deafe88f2ed8aa352491528978cad7ec3118 目录 | zip | gz
上一版本 30a53b41f09d2eefd33513a409d472c2166ba1ea 查看 | 对比
1. 调整返回接口的异常捕获类为自定义异常类;
2. 修改AreaVo类中时间参数的类型;
3. 新增文档生成任务类型,并新增文档后台生成任务逻辑;
已修改23个文件
已添加3个文件
已重命名1个文件
326 ■■■■ 文件已修改
src/main/kotlin/cn/flightfeather/supervision/business/autooutput/datasource/AopDataSource.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopCreditCode.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/business/bgtask/AopTaskCtrl.kt 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/business/bgtask/ReportTaskCtrl.kt 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/business/report/BaseTemplateMulti.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/business/report/DataSource.kt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/common/exception/ResponseErrorException.kt 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/common/executor/BackgroundTaskCtrl.kt 29 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskStatus.kt 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/common/executor/BgTaskType.kt 5 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/repository/EvaluationRuleRep.kt 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/repository/TaskRep.kt 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/domain/ds2/repository/ComplaintAndPunishmentRep.kt 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/EvaluationService.kt 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/BgTaskServiceImpl.kt 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/ComplaintServiceImpl.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/EvaluationServiceImpl.kt 104 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/ProblemlistServiceImpl.kt 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImpl.kt 7 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/UserMapServiceImpl.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/AreaVo.kt 10 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/web/BaseResPack.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/cn/flightfeather/supervision/lightshare/web/EvaluationController.kt 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-pro.yml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-test.yml 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史