Commit 320ed0bd authored by 赵啸非's avatar 赵啸非

修改部分pom

parent 94bb25c7
...@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment