zwxi преди 9 месеца
родител
ревизия
f057819c28
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/wechat_send_category_template_msg.go

+ 1 - 1
services/wechat_send_category_template_msg.go

@@ -168,7 +168,7 @@ func SendWxCategoryMsgSpecialFollow(specialId int) (err error) {
 
 	mobile = strings.TrimRight(mobile, ",")
 
-	openIdList, e := models.GetWxOpenIdByMobileList(mobile)
+	openIdList, e := models.GetMfyxWxOpenIdByMobileList(mobile)
 	if e != nil {
 		err = errors.New("GetSellerByAdminId, Err: " + e.Error())
 		return