Commit a7a5b828 by HTML5-侯张振

新接口更改

parent b64a4f61
...@@ -531,7 +531,7 @@ class Report extends CI_Controller ...@@ -531,7 +531,7 @@ class Report extends CI_Controller
foreach($checksalesnum as $checksales){ foreach($checksalesnum as $checksales){
$customersales['customer_building_id'] = $customerBuilding['id']; $customersales['customer_building_id'] = $customerBuilding['id'];
$customersales['sale_id'] = $checksales; $customersales['sale_id'] = $checksales['sale_id'];
$customersales['create_time'] = time(); $customersales['create_time'] = time();
$this->customer_sales->add_sale_id($customersales); $this->customer_sales->add_sale_id($customersales);
} }
......
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