ayHaru 4 년 전
부모
커밋
27737887e1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      application/index/controller/Cabinet.php

+ 0 - 1
application/index/controller/Cabinet.php

@@ -257,7 +257,6 @@ class Cabinet extends Base
     }
 
     public function GetCabinetsBoxs(){
-        echo 1;die;
         $CabinetModel = new CabinetModel();
         $cabinets = $CabinetModel->getCabinetsByWhere();
         $BoxModel = new BoxModel();