Commit 5b9e8866 by 朱继来

Merge branch 'zjl_erp_syn_20190514'

parents 48f3026f b90cf0c7
Showing with 1 additions and 1 deletions
......@@ -331,7 +331,7 @@
else if (isset($company_info['com_name']) && $company_info['com_name'])
$contract_com_name = $company_info['com_name'];
else
$contract_com_name = $user_info['mobile'] ? $user_info['mobile'] : $user_info['email'];
$contract_com_name = isset($user_info['mobile']) ? $user_info['mobile'] : $user_info['email'];
// 公司地址
if (isset($order_invoice_info['company_address']) && $order_invoice_info['company_address'])
......
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