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
f4173a96
Commit
f4173a96
authored
Jan 11, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
e3e968c3
938dbe81
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
JgChangeRegistrationTransferServiceImpl.java
...service/impl/JgChangeRegistrationTransferServiceImpl.java
+4
-3
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/JgChangeRegistrationTransferServiceImpl.java
View file @
f4173a96
...
@@ -354,10 +354,11 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
...
@@ -354,10 +354,11 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
WorkflowResultDto
workflowResult
=
new
WorkflowResultDto
();
WorkflowResultDto
workflowResult
=
new
WorkflowResultDto
();
JgChangeRegistrationTransfer
transfer
=
this
.
getById
(
id
);
JgChangeRegistrationTransfer
transfer
=
this
.
getById
(
id
);
try
{
try
{
String
taskId
=
transfer
.
getNextTaskId
();
//组装信息
//组装信息
TaskResultDTO
dto
=
new
TaskResultDTO
();
TaskResultDTO
dto
=
new
TaskResultDTO
();
dto
.
setResultCode
(
"approvalStatus"
);
dto
.
setResultCode
(
"approvalStatus"
);
dto
.
setTaskId
(
t
ransfer
.
getNextTaskId
()
);
dto
.
setTaskId
(
t
askId
);
dto
.
setComment
(
comment
);
dto
.
setComment
(
comment
);
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"approvalStatus"
,
operate
);
map
.
put
(
"approvalStatus"
,
operate
);
...
@@ -366,7 +367,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
...
@@ -366,7 +367,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
map
.
put
(
"approvalStatus"
,
"提交"
);
map
.
put
(
"approvalStatus"
,
"提交"
);
}
}
//执行流程
//执行流程
ProcessTaskDTO
complete
=
icmWorkflowService
.
complete
(
instance
Id
,
dto
);
ProcessTaskDTO
complete
=
icmWorkflowService
.
complete
(
task
Id
,
dto
);
workflowResult
=
commonService
.
buildWorkFlowInfo
(
Collections
.
singletonList
(
complete
)).
get
(
0
);
workflowResult
=
commonService
.
buildWorkFlowInfo
(
Collections
.
singletonList
(
complete
)).
get
(
0
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
@@ -1044,7 +1045,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
...
@@ -1044,7 +1045,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
toDoTask
.
setExecuteUserIds
(
sorkflow
.
getNextExecutorUserIds
());
toDoTask
.
setExecuteUserIds
(
sorkflow
.
getNextExecutorUserIds
());
toDoTask
.
setTaskStatus
(
commonService
.
getDictionaryCodeByName
(
transfer
.
getStatus
()));
toDoTask
.
setTaskStatus
(
commonService
.
getDictionaryCodeByName
(
transfer
.
getStatus
()));
toDoTask
.
setTaskStatusLabel
(
transfer
.
getStatus
());
toDoTask
.
setTaskStatusLabel
(
transfer
.
getStatus
());
String
url
=
this
.
getUrl
(
JG_CHANGE_REGISTRATION
.
getCode
(),
"look"
);
String
url
=
this
.
getUrl
(
BusinessTypeEnum
.
JG_CHANGE_REGISTRATION
.
getCode
(),
"look"
);
String
format
=
String
.
format
(
url
,
transfer
.
getSequenceNbr
(),
transfer
.
getNextExecutorIds
(),
transfer
.
getNextExecutorIds
(),
String
format
=
String
.
format
(
url
,
transfer
.
getSequenceNbr
(),
transfer
.
getNextExecutorIds
(),
transfer
.
getNextExecutorIds
(),
transfer
.
getAuditStatus
(),
transfer
.
getInstanceId
());
transfer
.
getAuditStatus
(),
transfer
.
getInstanceId
());
toDoTask
.
setRoutePath
(
format
);
toDoTask
.
setRoutePath
(
format
);
...
...
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