Commit 7fe8da41 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent a90a4950
...@@ -516,7 +516,7 @@ class InvoiceService ...@@ -516,7 +516,7 @@ class InvoiceService
{ {
$sended = $this->apiService->getPlatformDataEntries('invoice_sended_mail_list','data_values'); $sended = $this->apiService->getPlatformDataEntries('invoice_sended_mail_list','data_values');
if($sended){ if($sended){
if(in_array($invoiceParams['invoice_real_number'],json_decode($sended,true))){ if(in_array($invoiceParams['invoice_real_number'],$sended)){
return true; return true;
} }
} }
......
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