Commit ab3d8859 authored by clone's avatar clone

不过、

parent 74ca281d
...@@ -670,7 +670,7 @@ class Finance extends Basic ...@@ -670,7 +670,7 @@ class Finance extends Basic
return $this->response(101, '请求参数异常请检查后提交'); return $this->response(101, '请求参数异常请检查后提交');
} }
if ($item["id"] > 0) { if ($item["commission_id"] > 0) {
$update_arr[$i]['id'] = $item['commission_id']; $update_arr[$i]['id'] = $item['commission_id'];
$update_arr[$i]['practical_fee'] = $item["practical_fee"]; $update_arr[$i]['practical_fee'] = $item["practical_fee"];
$update_arr[$i]['cash'] = $item["cash"]; $update_arr[$i]['cash'] = $item["cash"];
......
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