Commit 395c40b5 authored by tianbo's avatar tianbo

refactor(jg): 调整安全问题追溯服务和业务类别配置

- 注释掉 SafetyProblemTracingGenServiceImpl 中的定时任务方法 - 更新 superviseBusinessCategory.json 文件中的业务类别列表 - 移除"超设计使用年限变更"类别 -恢复"补证登记"类别
parent fc19f116
...@@ -204,8 +204,8 @@ public class SafetyProblemTracingGenServiceImpl{ ...@@ -204,8 +204,8 @@ public class SafetyProblemTracingGenServiceImpl{
} }
} }
@Scheduled(cron = "0 0 1 * * ?") // @Scheduled(cron = "0 0 1 * * ?")
@SchedulerLock(name = "executeOverDesignLifeCheck", lockAtMostFor = "PT5H", lockAtLeastFor = "PT10M") // @SchedulerLock(name = "executeOverDesignLifeCheck", lockAtMostFor = "PT5H", lockAtLeastFor = "PT10M")
public void executeOverDesignLife() { public void executeOverDesignLife() {
executeOverDesignLifeCheck(); executeOverDesignLifeCheck();
} }
......
...@@ -41,11 +41,6 @@ ...@@ -41,11 +41,6 @@
"image": "upload/tzs/common/image/使用登记.png" "image": "upload/tzs/common/image/使用登记.png"
}, },
{ {
"name": "补证登记",
"code": "DJ_BZ",
"image": "upload/tzs/common/image/补证登记.png"
},
{
"name": "改造变更登记", "name": "改造变更登记",
"code": "DJ_GZ", "code": "DJ_GZ",
"image": "upload/tzs/common/image/改造变更登记.png" "image": "upload/tzs/common/image/改造变更登记.png"
...@@ -67,9 +62,9 @@ ...@@ -67,9 +62,9 @@
"image": "upload/tzs/common/image/更名变更登记.png" "image": "upload/tzs/common/image/更名变更登记.png"
}, },
{ {
"name": "超设计使用年限变更", "name": "补证登记",
"code": "DJ_CSJ", "code": "DJ_BZ",
"image": "upload/tzs/common/image/超设计使用年限.png" "image": "upload/tzs/common/image/补证登记.png"
} }
], ],
"WBBA": [ "WBBA": [
......
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