zxhxx hace 3 años
padre
commit
6829e92dbc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      application/common/model/Article.php

+ 0 - 1
application/common/model/Article.php

@@ -98,7 +98,6 @@ class Article extends Model
         }
         if(isset($where['key']) && $where['key']!='') $model->whereLike('title',"%{$where['key']}%");
         $rs = $model->order('sort desc,id desc')->page($where['page'],$where['limit'])->select();
-        echo $model->getLastSql();
         return $rs;
 
     }