Commit f1743476 by html5-李恒逸

经纪人管理-玫瑰园显示两次

parent 92ceabee
......@@ -276,7 +276,7 @@ class Kpiadmin extends CI_Controller
if ($con_arr['end_day']) {
$time_where .= 'create_time < ' . (strtotime($con_arr['end_day']) + 24*3600 - 1) . ' and';
}
$where .= ' R.is_deleted = 0 and';
//分销商查看自己的经纪人
$uid = $this->session->userdata('u_id');
$distributor = $this->distributor->get(array('manager_id' => $uid));
......
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