Browse Source

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

xingzai 10 tháng trước cách đây
mục cha
commit
470a00b52a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 = "已通过审核,点击查看详情"