Commit aac74497 authored by 孙磊's avatar 孙磊

yh

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent f22c26ec
......@@ -73,13 +73,13 @@ class TransportInitialPriceController extends BaseController
}
}
/**
* 获取符合权限的优惠券
* 当前权限允许的区域GUID
* @param $userinfo 用户权限信息
*/
public function getRegionGuid($userinfo)
{
$city_dis_setting = new ShopCityDistributionSetting();
//省级管理员的优惠券
//省级管理员区域GUID
if ($userinfo['ROLE_ID']) {
$branch_guid = $userinfo['BRANCH_GUID'];
if ($branch_guid) {
......
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