Explorar el Código

查询分类的消息推送配置

xyxie hace 1 semana
padre
commit
5d896b0c6b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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)
 		}
 	}