소스 검색

过几天再试

shish 4 년 전
부모
커밋
c533cccdc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

@@ -141,7 +141,7 @@ class GhsController extends BaseController
     //补充缺失的供货商 shish 20211027
     //补充缺失的供货商 shish 20211027
     public function actionBcGhs()
     public function actionBcGhs()
     {
     {
-        util::fail('请过几天再试');
+        //util::fail('请过几天再试');
         GhsClass::bcGhs($this->shopId);
         GhsClass::bcGhs($this->shopId);
         util::complete('载入成功');
         util::complete('载入成功');
     }
     }