|  | @@ -55,6 +55,7 @@ public class LogService {
 | 
	
		
			
				|  |  |      public static void addLog(Integer aid,Integer jid,String stype,String log){
 | 
	
		
			
				|  |  |          if(log.indexOf("成功")>=0) {
 | 
	
		
			
				|  |  |              savelog(aid, jid, stype, "Calculating................................100%");
 | 
	
		
			
				|  |  | +            savelog(aid, jid, stype, log);
 | 
	
		
			
				|  |  |          }else{
 | 
	
		
			
				|  |  |              if(stype.equals("gass")){//排除其他日志
 | 
	
		
			
				|  |  |                  gassAlllog(aid, jid, stype, log);
 | 
	
	
		
			
				|  | @@ -69,8 +70,6 @@ public class LogService {
 | 
	
		
			
				|  |  |                      }catch (Exception e){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }else{
 | 
	
		
			
				|  |  |                  savelog(aid, jid, stype, log);
 |