Commit f40affbd authored by jianghaiming's avatar jianghaiming

update:Se

parent 09f2ddcb
......@@ -99,9 +99,9 @@ class MarketingGoodsService
$publishUserId = !empty($goodsSkuList[$value['goods_sku_id']]['publish_user_id']) ? $goodsSkuList[$value['goods_sku_id']]['publish_user_id'] : '';
if (!empty($userId) && $userId == $publishUserId) {
$list[$i]['is_self_publish'] = 1;
}else{
$list[$i]['is_self_publish'] = 0;
}else{
$list[$i]['is_self_publish'] = 1;
}
$life_account_id = !empty($list[$i]['life_account_id']) ? $list[$i]['life_account_id'] : '';
......
......@@ -65,8 +65,6 @@ class MarketingService
}
$goodsSkuList = GoodsSku::select('*', $where);
print_r(GoodsSku::log());
$lifeAccountIds = [];
if (!empty($goodsSkuList)) {
......
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