shish hace 1 año
padre
commit
4fa682ebc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -855,7 +855,7 @@ class TestController extends BaseController
         $response = $laResource->query($queryParams, 0);
         echo "<pre>";
         print_r($response);
-        //util::stop();
+        util::stop();
         if (isset($response['code']) && $response['code'] == 'BBS00000') {
             $capitalType = dict::getDict('capitalType', 'xhPurchase', 'id');
             $connection = Yii::$app->db;