wangzq пре 2 година
родитељ
комит
ffb1f3a1ff
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php
  2. 2 1
      app/Libs/Helpers.php

+ 1 - 1
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -376,7 +376,7 @@ class BookController extends BaseController
 
 
 
 
         if (in_array($package ,["com.app.kyy.dmzyd","com.app.kyy.tths"])){
         if (in_array($package ,["com.app.kyy.dmzyd","com.app.kyy.tths"])){
-            return  $this->getSpecialLibrary($request);
+            // return  $this->getSpecialLibrary($request);
         }
         }
         $where                = [];
         $where                = [];
         $order                = [];
         $order                = [];

+ 2 - 1
app/Libs/Helpers.php

@@ -871,6 +871,7 @@ if (!function_exists("check_qapp_send_order_id)")){
 if(!function_exists('get_special_bid')){
 if(!function_exists('get_special_bid')){
     function get_special_bid()
     function get_special_bid()
     {
     {
-        return [7742,7743,7748,8721,8749,64870,64871,64872,64873,64874,64875,64876,64877,64878,64879,64880,64881,64882,64883,64884,64885,64886,64887,64888,64889,64890,64891,64892,64893,64894,64895,64896,64897,64900,64899,64898];
+        return [];
+        // return [7742,7743,7748,8721,8749,64870,64871,64872,64873,64874,64875,64876,64877,64878,64879,64880,64881,64882,64883,64884,64885,64886,64887,64888,64889,64890,64891,64892,64893,64894,64895,64896,64897,64900,64899,64898];
     }
     }
 }
 }