dever hace 7 años
padre
commit
98877a286d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      product/database/info.php

+ 1 - 1
product/database/info.php

@@ -199,7 +199,7 @@ return array
 			'type' => 'all',
 			'order' => array('reorder' => 'desc', 'cdate' => 'desc'),
 			'page' => array(10, 'list'),
-			'col' => '*',
+			'col' => 'id,name,pic,price,pay_price,reorder,cdate,state,share,focus',
 		),
 	),
 );