Commit 4cfe1fd6 authored by luhongguang's avatar luhongguang

Merge branch 'develop' of https://git.yidian-inc.com:8021/bp/goods into develop

parents 9809db81 a00d7975
......@@ -47,12 +47,13 @@ class MarketingService
$tmpGoodsSkuId = array_column($marketingGoodsList, 'goods_sku_id');
}
$where = [
'online_status' => 1,
];
if (!empty($tmpGoodsSkuId)) {
$where['goods_sku_id[!=]'] = $tmpGoodsSkuId;
$where['goods_sku_id[!]'] = $tmpGoodsSkuId;
}
if (!empty($goodsSkuId)) {
......
......@@ -92,6 +92,7 @@ if [ ! -f "/home/services/api.go2yd.com/logs/fpm-slow.log" ];then
fi
chmod -R 777 /home/services/api.go2yd.com/logs
chown -R nobody:nobody /home/services/api.go2yd.com/logs
chmod -R 777 /home/services/api.go2yd.com/htdocs/Website/data/tmp
#add apc.php to the web root
#可选PHP缓存 APC的缓存分两部分:系统缓存和用户数据缓存
......
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