Commit 37a206c0 authored by hujun's avatar hujun

update_time

parent c7d17629
...@@ -2266,6 +2266,7 @@ class Finance extends Basic ...@@ -2266,6 +2266,7 @@ class Finance extends Basic
} else { } else {
$update_data[0]["official_receipts"] = empty($received_sum) ? 0 : $received_sum; $update_data[0]["official_receipts"] = empty($received_sum) ? 0 : $received_sum;
$update_data[0]['id'] = $id[0]['id']; $update_data[0]['id'] = $id[0]['id'];
$update_data[0]['update_time'] = date('Y-m-d H:i:s');
$m_agent_total->saveTotal($update_data); $m_agent_total->saveTotal($update_data);
} }
......
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