Commit bd8adcce authored by jianghaiming's avatar jianghaiming

update:Set

parent f40affbd
......@@ -182,9 +182,9 @@ class DistributorService
}
$jwUserId = '';
if (empty($distributorCode)) {
throw new DistributorException(['cus'=>9]);
}
// if (empty($distributorCode)) {
// throw new DistributorException(['cus'=>9]);
// }
$info = Distributor::getRecord(['user_id' => $shareUserId]);
if (empty($info)) {
......
......@@ -65,7 +65,7 @@ class MarketingService
}
$goodsSkuList = GoodsSku::select('*', $where);
$lifeAccountIds = [];
if (!empty($goodsSkuList)) {
$lifeAccountIds = array_column($goodsSkuList, 'life_account_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 to comment