properties

This commit is contained in:
邓皓元 2019-09-23 14:56:13 +08:00
parent b2ffd86d05
commit 6b19455da5

View File

@ -308,6 +308,6 @@ class PropertyService extends Service
})->toArray(); })->toArray();
} }
return self::$packages[$company_id] . '_' . $package_id; return self::$properties[$company_id] . '_' . $package_id;
} }
} }