|  | @@ -64,11 +64,6 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
 | 
	
		
			
				|  |  |  			if(collect == null || collect.size() == 0){
 | 
	
		
			
				|  |  |  				continue;
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  | -			List<String> list = financialExpenditureDao.countBydingTalk(collect);
 | 
	
		
			
				|  |  | -			if(list != null && list.size() > 0){
 | 
	
		
			
				|  |  | -				throw new BizException("导入数据错误  重复的钉钉流程编号:{}",list.get(0));
 | 
	
		
			
				|  |  | -			}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  			valueIsNull: for (int j = 0; j < sheet.size(); j++) {
 | 
	
		
			
				|  |  |  				int rowNum = j + 2;
 | 
	
		
			
				|  |  |  				Map<String, Object> row = sheet.get(j);
 |