代理商界面修改
This commit is contained in:
@@ -21,7 +21,7 @@ class Order extends Controller
|
||||
}
|
||||
$where = [];
|
||||
$where_str = '';
|
||||
$where_str = ' (UserName='.$agent_phone.' OR agent_id='.$agent_id.') ';
|
||||
$where['agent_id']=$agent_id;
|
||||
|
||||
if(!empty($get_data['ProductIds'])){
|
||||
$where['ProductId'] = $get_data['ProductIds'];
|
||||
|
||||
Reference in New Issue
Block a user