|
@@ -930,6 +930,7 @@ class SalesOrderService extends Service
|
|
|
$customer_id = array_column($customer_id,'customer_id');
|
|
|
$model->whereIn('customer_id',$customer_id);
|
|
|
}
|
|
|
+ if(! empty($data['title'])) $model->whereIn('title', 'LIKE', '%'.$data['title'].'%');
|
|
|
|
|
|
$list = $this->limit($model,'',$data);
|
|
|
$list = $this->fillData($list,$data);
|