|
|
@@ -187,8 +187,8 @@ class NoticeController extends PublicController
|
|
|
if (isset($order->needPrint) && $order->needPrint == dict::getDict('needPrint', 'need')) {
|
|
|
//有几个地方要同步去修改
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- //源花汇不自动打开小票
|
|
|
- $mallOrderNoPrint = [10536];
|
|
|
+ //源花汇、盛丰不自动打小票,关键词mall_order_no_auto_print
|
|
|
+ $mallOrderNoPrint = [10536,44282];
|
|
|
} else {
|
|
|
$mallOrderNoPrint = [];
|
|
|
}
|
|
|
@@ -412,8 +412,8 @@ class NoticeController extends PublicController
|
|
|
if (isset($order->needPrint) && $order->needPrint == dict::getDict('needPrint', 'need')) {
|
|
|
//有几个地方要同步去修改
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- //源花汇不自动打开小票
|
|
|
- $mallOrderNoPrint = [10536];
|
|
|
+ //源花汇、盛丰不自动打小票,关键词mall_order_no_auto_print
|
|
|
+ $mallOrderNoPrint = [10536,44282];
|
|
|
} else {
|
|
|
$mallOrderNoPrint = [];
|
|
|
}
|
|
|
@@ -549,8 +549,8 @@ class NoticeController extends PublicController
|
|
|
if (isset($order->needPrint) && $order->needPrint == dict::getDict('needPrint', 'need')) {
|
|
|
//有几个地方要同步去修改
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- //源花汇不自动打开小票
|
|
|
- $mallOrderNoPrint = [10536];
|
|
|
+ //源花汇、盛丰不自动打小票,关键词mall_order_no_auto_print
|
|
|
+ $mallOrderNoPrint = [10536,44282];
|
|
|
} else {
|
|
|
$mallOrderNoPrint = [];
|
|
|
}
|
|
|
@@ -787,8 +787,8 @@ class NoticeController extends PublicController
|
|
|
if (isset($order->needPrint) && $order->needPrint == dict::getDict('needPrint', 'need')) {
|
|
|
//有几个地方要同步去修改
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
- //源花汇不自动打开小票
|
|
|
- $mallOrderNoPrint = [10536];
|
|
|
+ //源花汇、盛丰不自动打小票,关键词mall_order_no_auto_print
|
|
|
+ $mallOrderNoPrint = [10536,44282];
|
|
|
} else {
|
|
|
$mallOrderNoPrint = [];
|
|
|
}
|