修改门店现金查询
This commit is contained in:
parent
7bb22503b4
commit
5dd1bbd0bf
@ -28,8 +28,7 @@ class StoreCashFinanceFlowLists extends BaseAdminDataLists implements ListsSearc
|
|||||||
public function setSearch(): array
|
public function setSearch(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'=' => ['store_id', 'status'],
|
'=' => ['store_id', 'status', 'cash_price'],
|
||||||
'>=' => ['cash_price'],
|
|
||||||
"between_time" => 'create_time'
|
"between_time" => 'create_time'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user