Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
workflow-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
workflow-platform
Commits
320ed0bd
Commit
320ed0bd
authored
May 29, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分pom
parent
94bb25c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
workflow-engine/src/main/java/com/mortals/flowable/service/FlowInstanceServiceImpl.java
...com/mortals/flowable/service/FlowInstanceServiceImpl.java
+2
-0
No files found.
workflow-engine/src/main/java/com/mortals/flowable/service/FlowInstanceServiceImpl.java
View file @
320ed0bd
...
@@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSON;
...
@@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSON;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
com.fasterxml.jackson.databind.node.ObjectNode
;
import
com.fasterxml.jackson.databind.node.ObjectNode
;
import
com.mortals.flowable.common.constant.ProcessConstants
;
import
com.mortals.flowable.common.constant.ProcessConstants
;
import
com.mortals.flowable.common.enums.FlowComment
;
import
com.mortals.flowable.common.utils.ElUtils
;
import
com.mortals.flowable.common.utils.ElUtils
;
import
com.mortals.flowable.factory.FlowServiceFactory
;
import
com.mortals.flowable.factory.FlowServiceFactory
;
import
com.mortals.flowable.flow.cmd.DeleteFlowableProcessInstanceCmd
;
import
com.mortals.flowable.flow.cmd.DeleteFlowableProcessInstanceCmd
;
...
@@ -240,6 +241,7 @@ public class FlowInstanceServiceImpl extends FlowServiceFactory implements IApiF
...
@@ -240,6 +241,7 @@ public class FlowInstanceServiceImpl extends FlowServiceFactory implements IApiF
//1、添加审批记录
//1、添加审批记录
CommentInfoEntity
commentInfo
=
new
CommentInfoEntity
();
CommentInfoEntity
commentInfo
=
new
CommentInfoEntity
();
commentInfo
.
setType
(
CommentTypeEnum
.
LCZZ
.
name
());
commentInfo
.
setType
(
CommentTypeEnum
.
LCZZ
.
name
());
commentInfo
.
setAction
(
FlowComment
.
STOP
.
getType
());
commentInfo
.
setProcessInstanceId
(
processInstance
.
getProcessInstanceId
());
commentInfo
.
setProcessInstanceId
(
processInstance
.
getProcessInstanceId
());
commentInfo
.
setMessage
(
CommentTypeEnum
.
LCZZ
.
getName
());
commentInfo
.
setMessage
(
CommentTypeEnum
.
LCZZ
.
getName
());
commentInfo
.
setPersonalCode
(
processStopReq
.
getUserCode
());
commentInfo
.
setPersonalCode
(
processStopReq
.
getUserCode
());
...
...
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