Commit fbdd2347 by 杨树贤

测试数据

parent 752d7518
Showing with 1 additions and 1 deletions
...@@ -1886,7 +1886,7 @@ class DataService ...@@ -1886,7 +1886,7 @@ class DataService
} }
public static function handleMixTypeSupplier() { public static function handleMixTypeSupplier() {
$supplierList = SupplierChannelModel::where('supplier_group', SupplierChannelModel::SUPPLIER_GROUP_MIX)->get()->toArray(); $supplierList = SupplierChannelModel::where('supplier_group', SupplierChannelModel::SUPPLIER_GROUP_MIX)->limit(2)->get()->toArray();
foreach ($supplierList as $supplier) { foreach ($supplierList as $supplier) {
$supplierId = $supplier['supplier_id']; $supplierId = $supplier['supplier_id'];
$channelUid = $supplier['yunxin_channel_uid']; $channelUid = $supplier['yunxin_channel_uid'];
......
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