Prechádzať zdrojové kódy

查询分类的消息推送配置

xyxie 1 týždeň pred
rodič
commit
5d896b0c6b
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      controllers/classify.go

+ 3 - 0
controllers/classify.go

@@ -645,6 +645,9 @@ func (this *ClassifyController) ListClassify() {
 					continue
 				}
 			}
+			if iceMessageUsers, ok := reportMsgConfigMap[v.Id]; ok {
+				v.IceMsgUsers = iceMessageUsers
+			}
 			list = append(list, v)
 		}
 	}