|  |  | @ -42,9 +42,8 @@ public class IndexCollDistrictDepartmentServiceImpl implements IndexCollDistrict | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	@Override | 
			
		
	
		
			
				
					|  |  |  | 	public void saveDepartmentAbility(String customerId, String dateId) { | 
			
		
	
		
			
				
					|  |  |  | 		{ | 
			
		
	
		
			
				
					|  |  |  | 			//当前日期前一天
 | 
			
		
	
		
			
				
					|  |  |  | 			Date date = DateUtils.getBeforeDay(DateUtils.stringToDate(dateId, DateUtils.DATE_PATTERN_YYYYMM)); | 
			
		
	
		
			
				
					|  |  |  | 			Date date = DateUtils.stringToDate(dateId, DateUtils.DATE_PATTERN_YYYYMM); | 
			
		
	
		
			
				
					|  |  |  | 			//获取日期相关维度
 | 
			
		
	
		
			
				
					|  |  |  | 			DimIdGenerator.DimIdBean dimId = DimIdGenerator.getDimIdBean(date); | 
			
		
	
		
			
				
					|  |  |  | 			//获取区直部门列表
 | 
			
		
	
	
		
			
				
					|  |  | @ -136,5 +135,4 @@ public class IndexCollDistrictDepartmentServiceImpl implements IndexCollDistrict | 
			
		
	
		
			
				
					|  |  |  | 			factIndexGovrnAblityDeptMonthlyService.deleteByCustomer(customerId, dimId.getMonthId()); | 
			
		
	
		
			
				
					|  |  |  | 			factIndexGovrnAblityDeptMonthlyService.saveList(list); | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |