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
6c3215c4
Commit
6c3215c4
authored
Dec 01, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):设计年限功能修改
parent
4548986c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
JgOverDesignServiceLifeServiceImpl.java
.../biz/service/impl/JgOverDesignServiceLifeServiceImpl.java
+1
-1
superviseBusinessCategory.json
...iz/src/main/resources/json/superviseBusinessCategory.json
+5
-0
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/JgOverDesignServiceLifeServiceImpl.java
View file @
6c3215c4
...
...
@@ -787,7 +787,7 @@ public class JgOverDesignServiceLifeServiceImpl extends BaseService<JgOverDesign
dto
.
setFlowStatus
(
commonService
.
getDictionaryCodeByName
(
jgOverDesignServiceLife
.
getStatus
()));
dto
.
setFlowStatusLabel
(
jgOverDesignServiceLife
.
getStatus
());
dto
.
setStartUserId
(
jgOverDesignServiceLife
.
getCreateUserId
());
dto
.
setStartUser
(
jgOverDesignServiceLife
.
get
Rec
UserName
());
dto
.
setStartUser
(
jgOverDesignServiceLife
.
get
Create
UserName
());
dto
.
setStartUserCompanyName
(
jgOverDesignServiceLife
.
getUseUnitName
());
dto
.
setStartDate
(
new
Date
());
jgOverDesignServiceLife
.
setInstanceId
(
workflowResultDto
.
getInstanceId
());
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/json/superviseBusinessCategory.json
View file @
6c3215c4
...
...
@@ -65,6 +65,11 @@
"name"
:
"补证登记"
,
"code"
:
"DJ_BZ"
,
"image"
:
"upload/tzs/common/image/补证登记.png"
},
{
"name"
:
"超设计使用年限变更"
,
"code"
:
"DJ_CSJ"
,
"image"
:
"upload/tzs/common/image/超设计使用年限.png"
}
],
"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