Parcourir la source

Merge branch 'master' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai il y a 10 mois
Parent
commit
470a00b52a
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      services/cygx_yanxuan_special.go

+ 5 - 0
services/cygx_yanxuan_special.go

@@ -193,6 +193,11 @@ func SendWxMsgSpecialAuthor(specialId, status int) (err error) {
 		return err
 	}
 
+	if len(openIdList) == 0 {
+		err = nil
+		return
+	}
+
 	keyword1 = "研选专栏内容审核"
 	if status == 1 {
 		keyword2 = "已通过审核,点击查看详情"