shish 5 달 전
부모
커밋
01cf12f12b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -866,7 +866,7 @@ class TestController extends BaseController
         ];
         $response = $laResource->query($queryParams, 0);
         print_r($response);
-        util::stop();
+        //util::stop();
         if (isset($response['code']) && $response['code'] == 'BBS00000') {
 
             $connection = Yii::$app->db;