Commit 833e8132 by HTML5-侯张振

no message

parent a7a5b828
......@@ -521,7 +521,7 @@ class Report extends CI_Controller
//获取返回的sale_id
$checksalesnum=array();
$checksales=$results[0]["saleManColl"];
foreach($checksales as $value){
foreach($checksales as $checksale){
$checksalesID=$this->sales->get(array('rongchuang_user_id'=> $value["id"]));
$checksalesnum[]=array('sale_id'=>$checksalesID['user_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