diff --git a/app/Controllers/BaseController.php b/app/Controllers/BaseController.php index 8cb70a6..bc41848 100644 --- a/app/Controllers/BaseController.php +++ b/app/Controllers/BaseController.php @@ -585,7 +585,7 @@ abstract class BaseController extends Controller $this->_viewDatas['pagination'] = $this->index_getPagination(); //모델 처리 $this->_viewDatas['entitys'] = $this->index_getEntitys(); - echo $this->_model->getLastQuery(); + // echo $this->_model->getLastQuery(); // exit; // log_message("debug", __METHOD__ . "에서 findAll 호출:" . $this->_model->getLastQuery()); //setting return_url to session flashdata