|
|
@@ -5784,6 +5784,8 @@ public class WorkflowExecuteServiceImpl implements IWorkflowExecuteService {
|
|
|
recordListVo.setIsReject(0);
|
|
|
if (approveResultArr.length > 1 && "驳回".equals(approveResultArr[1])) {
|
|
|
recordListVo.setIsReject(1);
|
|
|
+ }else if(comment.contains("自动驳回")){
|
|
|
+ recordListVo.setIsReject(1);
|
|
|
}
|
|
|
|
|
|
recordListVo.setNodeType(p.getNodeType());
|