|  | @@ -60,7 +60,7 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		DJob job = CreateJob(aid, totaltime, dt, dx,
 | 
	
		
			
				|  |  |  				reportstep, interactionstep, acctime);
 | 
	
		
			
				|  |  | -		if(accident.getStype().equals("Fire")){
 | 
	
		
			
				|  |  | +		if(accident.getStype().equals("Fire")||accident.getStype().equals("Gass")){
 | 
	
		
			
				|  |  |  			if(StringUtil.isEmpty(coids)||StringUtil.isEmpty(cocodes)){
 | 
	
		
			
				|  |  |  				throw new BusinessException("EB3100013");
 | 
	
		
			
				|  |  |  			}
 |