|  | @@ -26,7 +26,7 @@ public class D000015Service extends D000015BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  		Integer aid= getA_d000015().getAid();
 | 
	
		
			
				|  |  |  		DAccidentMapper accidentDao  = UtilTools.getBean(DAccidentMapper.class);
 | 
	
		
			
				|  |  |  		DAccident accident= accidentDao.selectByPrimaryKey(aid);
 | 
	
		
			
				|  |  | -		String outPath= TemplateGenerator.BPATH+"/"+aid+"/"+accident.getSid()+"/"+accident.getStype().toLowerCase()+"/out";
 | 
	
		
			
				|  |  | +		String outPath= TemplateGenerator.BPATH+"/"+aid+"/"+accident.getSid()+"/"+accident.getStype().toLowerCase();
 | 
	
		
			
				|  |  |  		String fileName ="log.txt";
 | 
	
		
			
				|  |  |  		Path path = Paths.get(outPath+"/"+fileName);
 | 
	
		
			
				|  |  |  		String mimeType = MFMimeTypeUtils.getMimeType(path);
 |