Commit 000ddf19 authored by hujun's avatar hujun

update_time

parent 5187a03e
...@@ -2265,6 +2265,7 @@ class Finance extends Basic ...@@ -2265,6 +2265,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