Parcourir la source

修改函数名

jyq il y a 4 ans
Parent
commit
2f002657d5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assembly/base/repository/postgre/shop.go

+ 1 - 1
assembly/base/repository/postgre/shop.go

@@ -172,7 +172,7 @@ func (PGShop) AcrossVipUserDel(optUserId int64, objectShopId int64, jsonStr stri
 }
 
 func (PGShop) VipUserPhoneQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
-	err = getClient().Raw("select fn_across_vip_user_del(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
+	err = getClient().Raw("select fn_vip_user_phone_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
 		Scan(&result).Error
 
 	return