Commit 96e8a533 by 朱继来

调整邮件抄送人

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