Commit f695cd3e by 杨树贤

修改同步限制

parent 75949aca
Showing with 2 additions and 2 deletions
......@@ -85,8 +85,8 @@ class SyncSupplierService
}
//银行信息
$receipts = SupplierReceiptModel::where('supplier_id', $supplierId)
->where('bank_name', '!=', '')->where('account_no', '!=', '')->get()->toArray();
$receipts = SupplierReceiptModel::where('supplier_id', $supplierId)->get()->toArray();
//->where('bank_name', '!=', '')->where('account_no', '!=', '')->get()->toArray();
if (!empty($receipts)) {
$message['bankinfo'] = [];
foreach ($receipts as $receipt) {
......
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 sign in to comment