代理商界面修改

This commit is contained in:
“wanyongkang”
2023-11-01 18:04:25 +08:00
parent 8f9cbbf6bb
commit 0f1ffa68d0
3 changed files with 12 additions and 9 deletions

View File

@@ -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'];