wangchuanjin 2 роки тому
батько
коміт
e74f3d5bea
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pushentniche/match/job/matchjob.go

+ 1 - 1
pushentniche/match/job/matchjob.go

@@ -188,7 +188,6 @@ func (m *MatchJob) LoadMySubSet(allSubSet *PayUser, title_pjob, detail_pjob *Key
 				user.Entniche.DeptId = EntTopDept[entId]
 			}
 		}
-		logger.Info("加载我的订阅设置", "entId", entId, "entName", entName, "userId", userId, "wxPush", user.PushSet.SubSet.WxPush, "appPush", user.PushSet.SubSet.AppPush, "mailPush", user.PushSet.SubSet.MailPush, "rateMode", user.PushSet.SubSet.RateMode, "matchWay", user.SubSet.MatchWay)
 		if userId != 0 { //个人订阅
 			if MgoEntUsers[userId] != nil {
 				user.PushSet = MgoEntUsers[userId].PushSet
@@ -279,6 +278,7 @@ func (m *MatchJob) LoadMySubSet(allSubSet *PayUser, title_pjob, detail_pjob *Key
 				allSubSet.Users[child_user] = true
 			}
 		}
+		logger.Info("加载我的订阅设置", "entId", entId, "entName", entName, "userId", userId, "wxPush", user.PushSet.SubSet.WxPush, "appPush", user.PushSet.SubSet.AppPush, "mailPush", user.PushSet.SubSet.MailPush, "rateMode", user.PushSet.SubSet.RateMode, "matchWay", user.SubSet.MatchWay)
 		temp = make(map[string]interface{})
 	}
 }