rabin 3 년 전
부모
커밋
d3599d3f2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      database/relation.php

+ 1 - 1
database/relation.php

@@ -117,7 +117,7 @@ return array
 			'order' => array('cdate' => 'desc'),
             'group' => 'to_uid',
 			'page' => array(10, 'list'),
-			'col' => 'distinct to_uid,*',
+			'col' => '*',
 		),
 
 		'getChildCount' => array