|
|
@@ -143,8 +143,8 @@ func (PGShop) VipUserEdit(optUserId int64, objectShopId int64, jsonStr string, v
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-func (PGShop) VipUserStatusEdit(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
|
- err = getClient().Raw("select fn_vip_user_status_edit(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
|
|
|
+func (PGShop) VipUserShopStatusEdit(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
|
+ err = getClient().Raw("select fn_vip_user_shop_status_edit(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
|
|
|
Scan(&result).Error
|
|
|
|
|
|
return
|