Commit d2b79e72 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 044daebe
...@@ -828,7 +828,7 @@ class InvoiceService ...@@ -828,7 +828,7 @@ class InvoiceService
} }
if(isset($requestParams['invoice_platform_id']) && !empty($requestParams['invoice_platform_id'])){ if(isset($requestParams['invoice_platform_id']) && !empty($requestParams['invoice_platform_id'])){
$where['invoice_platform_id'] = $requestParams['invoice_platform_id']; $where['platform_invoice_id'] = $requestParams['invoice_platform_id'];
} }
if(isset($requestParams['invoice_created_at']) && !empty($requestParams['invoice_created_at'])){ if(isset($requestParams['invoice_created_at']) && !empty($requestParams['invoice_created_at'])){
......
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