|  | @ -292,7 +292,9 @@ public class DatacollectManager implements IDatacollectManager {
 | 
	
		
			
				|  |  |         datacollectDao.deleteJobDatasetByJobId(jobId);
 | 
	
		
			
				|  |  |         //删除相关流程记录
 | 
	
		
			
				|  |  |         RsJobConfig entity = datacollectDao.getEntity(RsJobConfig.class, jobId);
 | 
	
		
			
				|  |  |         Result result = flowManage.deleteFlow(entity.getFlowId());
 | 
	
		
			
				|  |  |         if (entity.getFlowId()!=null){
 | 
	
		
			
				|  |  |            flowManage.deleteFlow(entity.getFlowId());
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         datacollectDao.deleteEntity(entity);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         //删除Quartz任务
 |