shish 2 years ago
parent
commit
eeb58711bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-hd/controllers/NoticeController.php

+ 2 - 2
app-hd/controllers/NoticeController.php

@@ -89,7 +89,7 @@ class NoticeController extends PublicController
                                 //源花汇不自动打开小票
                                 $mallOrderNoPrint = [10536];
                             } else {
-                                $mallOrderNoPrint = [644];
+                                $mallOrderNoPrint = [];
                             }
                             if (in_array($order->mainId, $mallOrderNoPrint)) {
 
@@ -307,7 +307,7 @@ class NoticeController extends PublicController
                                     //源花汇不自动打开小票
                                     $mallOrderNoPrint = [10536];
                                 } else {
-                                    $mallOrderNoPrint = [644];
+                                    $mallOrderNoPrint = [];
                                 }
                                 if (in_array($order->mainId, $mallOrderNoPrint)) {