Commit 197b8d9c by 朱继来

调整推送页面线下销售

parent 194395f3
Showing with 2 additions and 1 deletions
......@@ -1041,7 +1041,8 @@ Class OrderController extends Controller
$info['online_sales_kefu_4'] = $perm->getUserByCondition(37, 62, 0); // 线上四组销售
$info['offline_sales_chief'] = $perm->getUserByCondition(40, 90, 0); // 线下销售-39 线下销售总监-90
$info['offline_sales_all'] = $perm->getDepartmentUser(40, 62); // 线下销售各组人员
// $info['offline_sales_all'] = $perm->getDepartmentUser(40, 62); // 线下销售各组人员
$info['offline_sales_all'] = $perm->getUserByDepartmentId(40); // 线下销售各组人员
$info['self_kefu'] = $perm->getUserByDepartmentId(38, 0); // 自营销售部
......
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 sign in to comment