@@ -721,6 +721,7 @@ public class IpadSendServer {
case "99":
// 群发
sendTxtAtMsg(vo);
+ break;
default:
// 未知类型,记录警告
log.error("SOP_LOG_ID:{}错误的发送类型: {}", qwSopLogs.getId(), content.getContentType());