浏览代码

feat:p562调整

fuwencai 1 年之前
父节点
当前提交
783a0cd5e8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/service/action/info.go

+ 2 - 1
src/service/action/info.go

@@ -805,7 +805,8 @@ func (i *Info) AppNewUerSales() {
 		ok := Compatible.Update(userId, map[string]interface{}{
 			"$set": m,
 		})
-		go Middleground.PowerCheckCenter.DelCheckRedis("10000", qu.Int64All(sessVal["positionId"]))		//更新消息接收设置
+		go Middleground.PowerCheckCenter.DelCheckRedis("10000", qu.Int64All(sessVal["positionId"]))
+		//更新消息接收设置
 		msgSet := qu.ObjToMap(infoMap["msgSet"])
 		setMap := map[string]interface{}{}
 		if msgSet != nil {