aa
This commit is contained in:
@@ -696,7 +696,7 @@ func SendSysMessage(ctx *jxcontext.Context, imMessageRecord *model.ImMessageReco
|
||||
if groupID != model.SysGroupID {
|
||||
return fmt.Errorf("只能给系统组发消息!")
|
||||
}
|
||||
dao.WrapAddIDCULDEntity(imMessageRecord, ctx.GetUserName())
|
||||
dao.WrapAddIDCULDEntity(&imMessageRecord, ctx.GetUserName())
|
||||
err = dao.CreateEntity(db, imMessageRecord)
|
||||
if userID == "" {
|
||||
//循环map客户端
|
||||
|
||||
Reference in New Issue
Block a user