...
|
...
|
@@ -37,8 +37,6 @@ class OrderSalesmanController extends WeChatBaseController |
|
|
$param = $this->request->param();
|
|
|
if(!empty($param['is_courier'])){
|
|
|
$where['is_courier'] = ['eq',$param['is_courier']];
|
|
|
}else{
|
|
|
$where['is_courier'] = ['eq',1];
|
|
|
}
|
|
|
$user_id = $this->user_id;
|
|
|
$where['salesman_uid'] = ['eq',$user_id];
|
...
|
...
|
|