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
07d2ada7
Commit
07d2ada7
authored
Jan 12, 2024
by
王果
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
ab410a47
7f9ee996
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
JgChangeRegistrationReformDto.java
...boot/module/jg/api/dto/JgChangeRegistrationReformDto.java
+10
-0
JgChangeRegistrationReform.java
...boot/module/jg/api/entity/JgChangeRegistrationReform.java
+5
-0
JgChangeRegistrationReformServiceImpl.java
...z/service/impl/JgChangeRegistrationReformServiceImpl.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgChangeRegistrationReformDto.java
View file @
07d2ada7
...
@@ -117,4 +117,14 @@ public class JgChangeRegistrationReformDto extends BaseDto {
...
@@ -117,4 +117,14 @@ public class JgChangeRegistrationReformDto extends BaseDto {
private
String
unitCode
;
private
String
unitCode
;
private
String
nextTaskId
;
private
String
createUserName
;
private
String
createUserCompanyName
;
private
String
equipListName
;
private
String
nextExecuteUserIds
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgChangeRegistrationReform.java
View file @
07d2ada7
...
@@ -236,5 +236,10 @@ public class JgChangeRegistrationReform extends BaseEntity {
...
@@ -236,5 +236,10 @@ public class JgChangeRegistrationReform extends BaseEntity {
*/
*/
@TableField
(
value
=
"equip_list_name"
)
@TableField
(
value
=
"equip_list_name"
)
private
String
equipListName
;
private
String
equipListName
;
/*
* 下一节点可执行人
*/
@TableField
(
"next_execute_user_ids"
)
private
String
nextExecuteUserIds
;
}
}
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/JgChangeRegistrationReformServiceImpl.java
View file @
07d2ada7
...
@@ -316,6 +316,9 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
...
@@ -316,6 +316,9 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
map
.
put
(
"flowStatusLabel"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getName
());
map
.
put
(
"flowStatusLabel"
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getName
());
map
.
put
(
"relationId"
,
jgChangeRegistrationReform
.
getInstanceId
());
map
.
put
(
"relationId"
,
jgChangeRegistrationReform
.
getInstanceId
());
TaskV2Model
taskV2Model
=
commonServiceImpl
.
updateTaskModel
(
map
);
TaskV2Model
taskV2Model
=
commonServiceImpl
.
updateTaskModel
(
map
);
jgChangeRegistrationReform
.
setNextTaskId
(
null
);
jgChangeRegistrationReform
.
setNextExecuteUserIds
(
null
);
jgChangeRegistrationReform
.
setNextExecutorIds
(
null
);
}
}
this
.
getBaseMapper
().
updateById
(
jgChangeRegistrationReform
);
this
.
getBaseMapper
().
updateById
(
jgChangeRegistrationReform
);
}
}
...
...
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