dever 6 years ago
parent
commit
98877a286d
1 changed files with 1 additions and 1 deletions
  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',
 		),
 	),
 );