Commit b3cb5736 by 杨树贤

字段问题

parent 82645aad
......@@ -248,7 +248,7 @@ class SupplierFilter
$query->orWhere(function ($q) {
$q->where('contract_type', 1)
->where('create_name', '云芯系统供应商')
->where('contract_file_url', '!=', '');
->where('oss_file_id', '!=', '');
});
})->pluck('purchase_id');
......
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