|
|
@@ -47,7 +47,7 @@ class InventoryAccountService
|
|
|
$ownerIds=app('OwnerService')->getSelection();
|
|
|
$inventories=InventoryAccount::query()->with(['owner','creator'])->orderBy('id','desc')->whereIn('owner_id',$ownerIds);
|
|
|
$columnQueryRules=[
|
|
|
- 'owner_id' => ['multi' => ','],
|
|
|
+ 'owner' => ['alias'=>'owner_id','multi' => ','],
|
|
|
'type' => ['multi' => ','],
|
|
|
'date_start' => ['alias' => 'created_at' , 'startDate' => ' 00:00:00'],
|
|
|
'date_end' => ['alias' => 'created_at' , 'endDate' => ' 23:59:59'],
|