Commit 194395f3 by 朱继来

调整邮件抄送人

parent de1de14a
Showing with 1 additions and 1 deletions
......@@ -494,7 +494,7 @@ Class OrderController extends Controller
$sale_list = $perm->getUserByDepartmentId(Config('perm_args.sales_department_id')); // 获取所有的销售
if ($tid == 1) {
$info['buyers'] = $perm->getUserByCondition('', 39); // 获取采购员, ID - 39
$info['buyers'] = $perm->getUserByDepartmentId(8, 0); // 获取采购部人员
$all_sales = $perm->getUserByDepartmentId(Config('perm_args.sales_department_id'), 0); // 获取所有在职的销售
$info['cc_sales'] = $all_sales ? array_merge($info['buyers'], $all_sales) : $info['buyers'];
} else {
......
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