Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
395c40b5
Commit
395c40b5
authored
Mar 31, 2025
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(jg): 调整安全问题追溯服务和业务类别配置
- 注释掉 SafetyProblemTracingGenServiceImpl 中的定时任务方法 - 更新 superviseBusinessCategory.json 文件中的业务类别列表 - 移除"超设计使用年限变更"类别 -恢复"补证登记"类别
parent
fc19f116
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
SafetyProblemTracingGenServiceImpl.java
.../biz/service/impl/SafetyProblemTracingGenServiceImpl.java
+2
-2
superviseBusinessCategory.json
...iz/src/main/resources/json/superviseBusinessCategory.json
+3
-8
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/SafetyProblemTracingGenServiceImpl.java
View file @
395c40b5
...
@@ -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
();
}
}
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/json/superviseBusinessCategory.json
View file @
395c40b5
...
@@ -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"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment