Browse Source

注释工作流消息发送

LAPTOP-LABTK2AE\xia_qx 2 years ago
parent
commit
979733fd5c

+ 2 - 1
bpm-core/src/main/java/com/srm/bpm/logic/service/impl/FlowMsgLogicImpl.java

@@ -75,7 +75,8 @@ public class FlowMsgLogicImpl implements FlowMsgLogic {
75 75
                     allMsg.addAll(flowMsgDTOS);
76 76
                 }
77 77
                 log.debug("推送的消息是:{}", allMsg);
78
-                pushMsgLogic.push(allMsg);
78
+//                TODO 注释消息
79
+//                pushMsgLogic.push(allMsg);
79 80
             }
80 81
         }
81 82
     }