zwxi hace 9 meses
padre
commit
f057819c28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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