Commit a6915805 authored by clone's avatar clone

bug

parent 31520849
...@@ -834,7 +834,10 @@ class OrderLogService ...@@ -834,7 +834,10 @@ class OrderLogService
$arr["cash"] = $value["cash"]; $arr["cash"] = $value["cash"];
$arr["practical_fee"] = $value["practical_fee"]; $arr["practical_fee"] = $value["practical_fee"];
$arr["service_charge"] = $value["service_charge"]; $arr["service_charge"] = $value["service_charge"];
$cent_commission["info"][$key] = $arr; if(!empty($value["real_fee"]) && !empty($value["create_time"])){ //过滤掉空的
$cent_commission["info"][$key] = $arr;
}
$key++; $key++;
unset($params[$j]); unset($params[$j]);
......
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