Commit b90cf0c7 by 朱继来

调整合同乙方信息

parent 590f7d39
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