Commit bd48f0ce authored by hujun's avatar hujun

查看VIP盘

parent c4b21b24
......@@ -428,7 +428,7 @@ class HouseService
public function checkLandlordShow(int $agent_id, int $house_id) : bool {
$result = false;
$service_vip = new VipService();
$rule = $service_vip->vip($agent_id, 'index/vipHouse');
$rule = $service_vip->vip($agent_id, 'lookVipHouse');
//检查权限
if (!$rule) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment