remove comment
This commit is contained in:
@@ -705,7 +705,7 @@ func SendStoreMessage(ctx *jxcontext.Context, title, content string, storeIDs []
|
|||||||
msgStatus.Status = model.MessageStatusSendAllFailed
|
msgStatus.Status = model.MessageStatusSendAllFailed
|
||||||
}
|
}
|
||||||
dao.WrapUpdateULEntity(msgStatus, ctx.GetUserName())
|
dao.WrapUpdateULEntity(msgStatus, ctx.GetUserName())
|
||||||
globals.SugarLogger.Debug(utils.Format4Output(msgStatus, false))
|
// globals.SugarLogger.Debug(utils.Format4Output(msgStatus, false))
|
||||||
_, err = dao.UpdateEntity(db, msgStatus)
|
_, err = dao.UpdateEntity(db, msgStatus)
|
||||||
return nil, err
|
return nil, err
|
||||||
}, msgStatusList)
|
}, msgStatusList)
|
||||||
|
|||||||
Reference in New Issue
Block a user