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
f5a53321
Commit
f5a53321
authored
Jan 18, 2024
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审核流程
parent
fb73572d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
BasicGridAcceptanceServiceImpl.java
...hygf/biz/service/impl/BasicGridAcceptanceServiceImpl.java
+0
-6
WorkflowImpl.java
.../amos/boot/module/hygf/biz/service/impl/WorkflowImpl.java
+2
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/BasicGridAcceptanceServiceImpl.java
View file @
f5a53321
...
@@ -166,12 +166,6 @@ public class BasicGridAcceptanceServiceImpl extends BaseService<BasicGridAccepta
...
@@ -166,12 +166,6 @@ public class BasicGridAcceptanceServiceImpl extends BaseService<BasicGridAccepta
}
else
{
}
else
{
basicGridAcceptanc
.
setAcceptanceStatus
(
AcceptanceStatusEnum
.
getNodeByKey
(
basicGridAcceptanc
.
getNextNodeKey
(),
dto
.
getApprovalStatus
()));
basicGridAcceptanc
.
setAcceptanceStatus
(
AcceptanceStatusEnum
.
getNodeByKey
(
basicGridAcceptanc
.
getNextNodeKey
(),
dto
.
getApprovalStatus
()));
}
}
}
}
if
(
basicGridAcceptanc
.
getNextNodeKey
().
equals
(
BasicGridAcceptancEnum
.
管理端工程线下验
.
getCode
())){
if
(
basicGridAcceptanc
.
getNextNodeKey
().
equals
(
BasicGridAcceptancEnum
.
管理端工程线下验
.
getCode
())){
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/WorkflowImpl.java
View file @
f5a53321
...
@@ -151,6 +151,8 @@ public class WorkflowImpl {
...
@@ -151,6 +151,8 @@ public class WorkflowImpl {
basicGridAcceptance
.
setNextNodeName
(
listco
.
getNextTask
().
get
(
0
).
getName
());
basicGridAcceptance
.
setNextNodeName
(
listco
.
getNextTask
().
get
(
0
).
getName
());
//下个节点key
//下个节点key
basicGridAcceptance
.
setNextNodeKey
(
listco
.
getNextTask
().
get
(
0
).
getKey
());
basicGridAcceptance
.
setNextNodeKey
(
listco
.
getNextTask
().
get
(
0
).
getKey
());
}
else
{
return
basicGridAcceptance
;
}
}
/// 下一个节点角色权限
/// 下一个节点角色权限
if
(
listco
.
getNextCandidateGroups
()!=
null
){
if
(
listco
.
getNextCandidateGroups
()!=
null
){
...
...
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