|
|
@@ -324,9 +324,9 @@ class OrderService extends BaseService
|
|
|
}
|
|
|
if (!in_array($ghsShopId, $specialList)) {
|
|
|
$customShop = ShopClass::getById($customShopId, true);
|
|
|
- //如果客户是勇记花卉 森润 国恋 珊瑚 中华还是要直接完成,请搜索关键词has_pf_direct_finish
|
|
|
+ //如果客户是勇记花卉 森润 国恋 珊瑚 中华 寻花季 还是要直接完成,请搜索关键词 has_pf_direct_finish
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- $particularIds = [7779, 7832, 10610, 7779, 16780, 716];
|
|
|
+ $particularIds = [7779, 7832, 10610, 7779, 16780, 716, 8394];
|
|
|
} else {
|
|
|
$particularIds = [36750];
|
|
|
}
|