dever 7 년 전
부모
커밋
98877a286d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
 		),
 	),
 );