| 
					
				 | 
			
			
				@@ -289,7 +289,7 @@ public class UserPaperService extends AbstractService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * @param report 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public void accumulation(UserReport report){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        userPaperRelationMapper.accumulation(report.getPaperId(), report.getUserNumber(), report.getUserTime(), report.getUserCorrect(), 1, report.getFinishTime(), report.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        userPaperRelationMapper.accumulation(report.getPaperId(), report.getUserNumber(), report.getUserTime(), report.getUserCorrect(), report.getIsFinish(), report.getFinishTime(), report.getId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public int countByUser(Integer userId, PaperOrigin origin){ 
			 |