|
|
@@ -136,9 +136,9 @@ class WaybillService
|
|
|
'uriType' => ['alias' => 'type'],
|
|
|
'id' => ['multi' => ','],
|
|
|
'logistic' => ['alias' => 'logistic_id', 'multi' => ','],
|
|
|
+ 'ordering_remark' => ['like' => '%'],
|
|
|
];
|
|
|
- $waybills = app(QueryService::class)->query($param,$waybills,$columnQueryRules,"waybills");
|
|
|
- return $waybills;
|
|
|
+ return app(QueryService::class)->query($param,$waybills,$columnQueryRules,"waybills");
|
|
|
}
|
|
|
|
|
|
public function paginate(array $param){
|