yingzi 1 year ago
parent
commit
4a23d095a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Mall/Framework/Core/SqlHelper.Class.php

+ 1 - 1
Mall/Framework/Core/SqlHelper.Class.php

@@ -251,7 +251,7 @@ abstract class SqlHelper
         if($isExport){
             $method = 'exportSelect';
         }
-//         var_dump($sql);
+         var_dump($sql);
         $result = is_null($limit)
             ? $this->db->$method($sql, $data, $this->_fetch_style)
             : $this->db->limit($sql, $limit, $offset, $data, $this->_fetch_style);