| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -57,7 +57,7 @@ public class QuestionAnswerCommentController { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    @GetMapping("/praiseCount") | 
					 | 
					 | 
					 | 
					    @GetMapping("/praiseCount") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    @ApiOperation(value = "点赞数") | 
					 | 
					 | 
					 | 
					    @ApiOperation(value = "点赞数") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    @ApiOperationSupport(order = 5) | 
					 | 
					 | 
					 | 
					    @ApiOperationSupport(order = 5) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    public R<Integer> praiseCount(String questionId) { | 
					 | 
					 | 
					 | 
					    public R<Long> praiseCount(String questionId) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        return R.data(questionAnswerCommentService.praiseCount(questionId)); | 
					 | 
					 | 
					 | 
					        return R.data(questionAnswerCommentService.praiseCount(questionId)); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
  |