aa
This commit is contained in:
@@ -695,6 +695,7 @@ func SendSysMessage(ctx *jxcontext.Context, imMessageRecord *model.ImMessageReco
|
|||||||
imMessageRecord.LastOperator = ctx.GetUserName()
|
imMessageRecord.LastOperator = ctx.GetUserName()
|
||||||
imMessageRecord.DeletedAt = utils.DefaultTimeValue
|
imMessageRecord.DeletedAt = utils.DefaultTimeValue
|
||||||
imMessageRecord.UpdatedAt = utils.DefaultTimeValue
|
imMessageRecord.UpdatedAt = utils.DefaultTimeValue
|
||||||
|
imMessageRecord.Seq = time.Now().Unix()
|
||||||
err = dao.CreateEntity(db, imMessageRecord)
|
err = dao.CreateEntity(db, imMessageRecord)
|
||||||
if userID == "" {
|
if userID == "" {
|
||||||
//循环map客户端
|
//循环map客户端
|
||||||
|
|||||||
Reference in New Issue
Block a user