Explorar el Código

wesmiler ECY 画画交易平台

APPLE hace 3 años
padre
commit
706fb896e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/cmgadm/controller/shop/Goods.php

+ 1 - 1
application/cmgadm/controller/shop/Goods.php

@@ -66,7 +66,7 @@ class Goods extends Backend
                 ->order($sort, $order)
                 ->count();
 
-            var_dump($this->model->getLastSql());
+            //var_dump($this->model->getLastSql());
             $list = $this->model
                 ->where($where)
                 ->order($sort, $order)