|
@@ -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
|
|
|
}
|