Commit 09ae7133 by 李小龙

打开消息配置

parent 5788a4bf
...@@ -17,10 +17,10 @@ public class MsgSendUtil { ...@@ -17,10 +17,10 @@ public class MsgSendUtil {
* 发送消息 * 发送消息
*/ */
public void send(MsgSendDTO msgSendDTO){ public void send(MsgSendDTO msgSendDTO){
// for (IMsgSender msgSender : msgSenderList) { for (IMsgSender msgSender : msgSenderList) {
// if(msgSender.support(msgSendDTO.getSendTypeEnum())){ if(msgSender.support(msgSendDTO.getSendTypeEnum())){
// msgSender.send(msgSendDTO); msgSender.send(msgSendDTO);
// } }
// } }
} }
} }
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 sign in to comment