Commit c7d17629 authored by hujun's avatar hujun

字段调整

parent 29c68451
...@@ -2256,8 +2256,8 @@ class Finance extends Basic ...@@ -2256,8 +2256,8 @@ class Finance extends Basic
if (empty($id[0])) { if (empty($id[0])) {
$insert_data[] = [ $insert_data[] = [
'store_id' => $district_id, 'store_id' => $store_id,
'district_id' => $store_id, 'district_id' => $district_id,
'agent_id' => $agent_id, 'agent_id' => $agent_id,
'total_time' => date('Y-m-d'), 'total_time' => date('Y-m-d'),
'create_time' => date('Y-m-d H:i:s') 'create_time' => date('Y-m-d H:i:s')
......
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