Commit 085bf338 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 3d90a2e2
...@@ -76,7 +76,7 @@ class InvoiceRecordRepositoryEloquent extends BaseRepository implements InvoiceR ...@@ -76,7 +76,7 @@ class InvoiceRecordRepositoryEloquent extends BaseRepository implements InvoiceR
foreach($where as $whereKey => $whereValue){ foreach($where as $whereKey => $whereValue){
if(strtotime($whereValue) && strtotime($whereValue) > 0){ if(strtotime($whereValue) && strtotime($whereValue) > 0){
unset($where[$whereKey]); unset($where[$whereKey]);
$where[$whereKey] = ['DATE',$whereValue]; $where[$whereKey] = [$whereKey,'DATE',$whereValue];
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment