|  |  | 
 |  |  | package com.dy.rtuMw.server.rtuData.p206V1_0_0; | 
 |  |  |  | 
 |  |  | import com.dy.pipIrrGlobal.pojoPr.PrControllerTramp; | 
 |  |  | import com.dy.rtuMw.server.rtuData.TaskSurpport; | 
 |  |  | import com.dy.rtuMw.server.rtuData.dbSv.DbSv; | 
 |  |  | import org.apache.logging.log4j.LogManager; | 
 |  |  | import org.apache.logging.log4j.Logger; | 
 |  |  |  | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     @Override | 
 |  |  |     public void execute(Object data) { | 
 |  |  |         //此任务无具体业务逻辑,只是在任务xml配置文件中,框住其子任务节点 | 
 |  |  |         this.toNextTasks(data); | 
 |  |  |         Object[] objs = this.getTaskResults(TkPreGenObjs.taskId) ; | 
 |  |  |         PrControllerTramp tramp = (PrControllerTramp)objs[2] ; | 
 |  |  |         if(tramp == null){ | 
 |  |  |             this.toNextTasks(data); | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  | } |