Commit 96e8a533 by 朱继来

调整邮件抄送人

parent a8e39254
Showing with 2 additions and 2 deletions
......@@ -2115,11 +2115,11 @@ Class OrderController extends Controller
$cc_send_mail_array = Config('config.cc_email'); // 固定抄送人
$cc_email_arr = [];
if ($cc_email) { // 后台选择的抄送人
$CmsModel = new CmsModel();
$cc_email_arr = [];
foreach ($cc_email as $v) {
$email = $CmsModel->getUserName($v, 'email');
$email && $cc_email_arr[] = $email;
......
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