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