Commit 5dbe68c3 by 杨树贤

fix

parent 78a864ee
Showing with 0 additions and 4 deletions
...@@ -874,10 +874,6 @@ class DataService ...@@ -874,10 +874,6 @@ class DataService
//同步供应商到erp //同步供应商到erp
public static function syncSupplierToErp() public static function syncSupplierToErp()
}
}
public static function repaireSkuUploadRuler()
{ {
$supplierIds = SupplierChannelModel::where('is_type', 0)->where('group_code', '!=', '') $supplierIds = SupplierChannelModel::where('is_type', 0)->where('group_code', '!=', '')
->pluck('supplier_id')->toArray(); ->pluck('supplier_id')->toArray();
......
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