|  | @@ -184,8 +184,8 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  			while ((line = br.readLine()) != null) {
 | 
	
		
			
				|  |  |  				LogService.addLog(aid,jid,"Fire",line);
 | 
	
		
			
				|  |  |  				System.out.println(line);
 | 
	
		
			
				|  |  | -				LogService.addLog(aid,jid,"Fire","求解——————————————————成功");
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  | +			LogService.addLog(aid,jid,"Fire","求解——————————————————成功");
 | 
	
		
			
				|  |  |  			} catch (IOException e) {
 | 
	
		
			
				|  |  |  				LogService.addLog(aid,jid,"Fire","求解——————————————————失败");
 | 
	
		
			
				|  |  |  				e.printStackTrace();
 |