shish 2 years ago
parent
commit
7c8e768cc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -431,7 +431,7 @@ class TestController extends BaseController
     //零售订单查询 ssh 20231031
     //零售订单查询 ssh 20231031
     public function actionLsTradeQuery()
     public function actionLsTradeQuery()
     {
     {
-        $shopId = 1422;
+        $shopId = 52;
         $shop = ShopClass::getById($shopId, true);
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
         if (empty($shop)) {
             util::stop('没有找到门店');
             util::stop('没有找到门店');