Commit baaa89ef by 朱继来

调整合同乙方公司名称

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