Commit 2675bc50 authored by hujun's avatar hujun

id

parent 91b6c625
......@@ -2161,12 +2161,12 @@ class Finance extends Basic
foreach ($agent_data as $v) {
if ($v['id'] == $data_arr['agent_id']) {
$this->totalOfficialReceipts($v['agent_id'], $v['district_id'], $v['store_id'], $data_arr['create_time']);
$this->totalOfficialReceipts($v['id'], $v['district_id'], $v['store_id'], $data_arr['create_time']);
$content .= '【分佣方:' . $agent_data[0]['name'] . '-' . $agent_data[0]['phone'].'】';
}
if ($v['id'] == $this->params['agent_id']) {
$this->totalOfficialReceipts($v['agent_id'], $v['district_id'], $v['store_id'], $data_arr['create_time']);
$this->totalOfficialReceipts($v['id'], $v['district_id'], $v['store_id'], $data_arr['create_time']);
$content .= '【修改为:' . $agent_data[1]['name'] . '-' . $agent_data[1]['phone'] . '】';
}
}
......
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