|  | @ -31,7 +31,7 @@ User_ArticleStatistics n on aa.ArticleId=n.ArticleId where 1=1 @Condition
 | 
	
		
			
				|  |  | 		</Sql>-->
 | 
	
		
			
				|  |  | 		<Sql name='getCollectionArticleList'>
 | 
	
		
			
				|  |  | 			<![CDATA[
 | 
	
		
			
				|  |  | select aa.* ,n.BrowseNumber,n.PointNumber,n.CollectionNumber,IFNULL(n.CommentNumber,0) as CommentNumber, IFNULL(n.PushNumber,0) as PushNumber from (
 | 
	
		
			
				|  |  | select aa.* ,n.BrowseNumber,n.PointNumber,n.CollectionNumber,IFNULL(n.CommentNumber,0) as CommentNumber, IFNULL(n.PushNumber,0) as PushNumber,n.InsertTime as collectionInsertTime from (
 | 
	
		
			
				|  |  | select m.* from Org_Article m  INNER JOIN User_ArticleCollection n on  m.articleid=n.ArticleId and  1=1 and  m.ArticleState =1  @UserParam) as aa LEFT JOIN
 | 
	
		
			
				|  |  | User_ArticleStatistics n on aa.ArticleId=n.ArticleId where 1=1 @Condition
 | 
	
		
			
				|  |  | 			]]>
 |