- 在订单查询参数中增加 product_keywords 字段支持 - 允许通过产品关键词筛选订单列表 - 扩展了现有的搜索过滤逻辑以包含产品相关搜索
@@ -65,7 +65,7 @@ class Order extends BaseController
public function getAllList()
{
[$page, $limit] = $this->getPage();
- $where = $this->request->params(['type', 'date', 'mer_id','keywords','status','username','order_sn','order_ids','paid', 'zero_line_uid']);
+ $where = $this->request->params(['type', 'date', 'mer_id', 'keywords', 'product_keywords', 'status', 'username', 'order_sn', 'order_ids', 'paid', 'zero_line_uid']);
$pay_type=$this->request->param('pay_type');
if($pay_type==1 || $pay_type==4){