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

+ 1 - 1
database/relation.php

@@ -115,7 +115,7 @@ return array
 			//'order' => array('level' => 'asc','id' => 'desc'),
 			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
-			'col' => '*',
+			'col' => 'distinct to_uid,*',
 		),
 
 		'getChildCount' => array