|  | @ -181,7 +181,7 @@ public class DeptScoreServiceImpl extends BaseServiceImpl<DeptScoreDao, DeptScor | 
			
		
	
		
		
			
				
					|  |  |     public void deleteAndInsertSelfSubScore(CalculateCommonFormDTO formDTO, String indexCode, Map<String, DeptSelfSubScoreEntity> insertMap) { |  |  |     public void deleteAndInsertSelfSubScore(CalculateCommonFormDTO formDTO, String indexCode, Map<String, DeptSelfSubScoreEntity> insertMap) { | 
			
		
	
		
		
			
				
					|  |  |         int effectRow = 0; |  |  |         int effectRow = 0; | 
			
		
	
		
		
			
				
					|  |  |         do { |  |  |         do { | 
			
		
	
		
		
			
				
					
					|  |  |             deptSelfSubScoreDao.deleteByMonthId(formDTO.getCustomerId(), formDTO.getMonthId(), indexCode); |  |  |             effectRow = deptSelfSubScoreDao.deleteByMonthId(formDTO.getCustomerId(), formDTO.getMonthId(), indexCode); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |         } while (effectRow > 0); |  |  |         } while (effectRow > 0); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |         deptSelfSubScoreDao.insertBatch(new ArrayList<>(insertMap.values())); |  |  |         deptSelfSubScoreDao.insertBatch(new ArrayList<>(insertMap.values())); | 
			
		
	
	
		
		
			
				
					|  | 
 |