Commit ab1128b1 by 杨树贤

导出限定正式供应商

parent d758c465
Showing with 1 additions and 0 deletions
......@@ -696,6 +696,7 @@ class SupplierService
public function exportSupplier($params)
{
$params['is_export'] = 1;
$params['is_type'] = '0';
$list = $this->getSupplierList($params);
foreach ($list as &$supplier) {
$supplier['channel_username'] = (new SupplierTransformer())->getChannelUserNames($supplier['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