yangys
2025-08-07 bc4056543fdbef38ac8bf1648df934d5bc8e5bde
blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/task/dispatch/CureProgramCheckTask.java
@@ -5,12 +5,16 @@
import org.springblade.mdm.program.entity.NcProgram;
import org.springframework.stereotype.Component;
/**
 * 没用了,应为在流程图删除了该服务
 */
@Slf4j
@Component("cureProgramCheckTask")
public class CureProgramCheckTask {
   public void execute(DelegateExecution execution) {
      //固化程序检查有效期,
      //固化程序检查有效期,工序版次是否一致的检查,完全根据程序包名进行检查即可
      //TODO
      String hasCuredProgram =  (String)execution.getVariable("hasCuredProgram");
      NcProgram ncProgram =  (NcProgram)execution.getVariable("curedNcProgram");