ziwen 2 years ago
parent
commit
8d3607ef04
1 changed files with 1 additions and 2 deletions
  1. 1 2
      services/wechat/template_msg.go

+ 1 - 2
services/wechat/template_msg.go

@@ -9,7 +9,6 @@ import (
 	"hongze/hongze_yb/global"
 	"hongze/hongze_yb/models/tables/user_record"
 	"hongze/hongze_yb/models/tables/user_template_record"
-	"hongze/hongze_yb/models/tables/wx_user"
 	"hongze/hongze_yb/services/alarm_msg"
 	"hongze/hongze_yb/utils"
 	"io/ioutil"
@@ -246,7 +245,7 @@ func SendVoiceBroadcastWxMsg(broadcastId int, sectionName, broadcastName string)
 		}
 	}()
 
-	List, err := wx_user.GetOpenIdList()
+	//List, err := wx_user.GetOpenIdList()
 	if err != nil {
 		return
 	}