Commit 5c786cd3 by HTML5-侯张振

no message

parent 833e8132
......@@ -522,7 +522,7 @@ class Report extends CI_Controller
$checksalesnum=array();
$checksales=$results[0]["saleManColl"];
foreach($checksales as $checksale){
$checksalesID=$this->sales->get(array('rongchuang_user_id'=> $value["id"]));
$checksalesID=$this->sales->get(array('rongchuang_user_id'=> $checksale["id"]));
$checksalesnum[]=array('sale_id'=>$checksalesID['user_id']);
};
$customer_sales_id = $this->customer_building->get_sale_id(array('customer_building_id'=>$customerBuilding['id']));
......
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