Commit 1e811106 authored by zhuwei's avatar zhuwei

收款记录 对应业务员 字段修改

parent 07527e0c
......@@ -3290,7 +3290,7 @@ class Finance extends Basic
$excel_data_[] = $v['bargain_id'];//成交报告ID
$excel_data_[] = $v['income_time'];//入账日期
$excel_data_[] = $v['agent_name'];//提交人
$excel_data_[] = $v['name'];//对应业务员
$excel_data_[] = $v['current_agent_name'];//对应业务员
$excel_data_[] = $v['store_name'];//所属门店
$excel_data_[] = $v['type'];//类型
$excel_data_[] = $v['money'];//收款金额
......@@ -3322,7 +3322,7 @@ class Finance extends Basic
}
} catch (\Exception $e) {
$msg = '内部错误:' . $e->getMessage();
$msg = '内部错误:' . $e->getMessage();
return $this->error($msg);
}
......
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 to comment