|
|
@@ -146,7 +146,7 @@ class NoticeController extends PublicController
|
|
|
//福州我要花要打二次小票
|
|
|
$needTwoPrint = [7538];
|
|
|
} else {
|
|
|
- $needTwoPrint = [644];
|
|
|
+ $needTwoPrint = [];
|
|
|
}
|
|
|
if (in_array($order->mainId, $needTwoPrint)) {
|
|
|
OrderClass::onlinePrint($order);
|
|
|
@@ -262,7 +262,7 @@ class NoticeController extends PublicController
|
|
|
//源花汇不自动打开小票
|
|
|
$mallOrderNoPrint = [10536];
|
|
|
} else {
|
|
|
- $mallOrderNoPrint = [644];
|
|
|
+ $mallOrderNoPrint = [];
|
|
|
}
|
|
|
if (in_array($order->mainId, $mallOrderNoPrint)) {
|
|
|
|
|
|
@@ -500,7 +500,7 @@ class NoticeController extends PublicController
|
|
|
//源花汇不自动打开小票
|
|
|
$mallOrderNoPrint = [10536];
|
|
|
} else {
|
|
|
- $mallOrderNoPrint = [644];
|
|
|
+ $mallOrderNoPrint = [];
|
|
|
}
|
|
|
if (in_array($order->mainId, $mallOrderNoPrint)) {
|
|
|
|