| | |
| | | import org.springblade.mdm.machinefile.entity.MachineFile; |
| | | import org.springblade.mdm.machinefile.service.MachineFileScanService; |
| | | import org.springblade.mdm.program.entity.NcNode; |
| | | import org.springblade.mdm.program.service.NcNodeHisService; |
| | | import org.springblade.mdm.program.service.NcNodeService; |
| | | import org.springblade.mdm.program.service.ProgramAnnotationService; |
| | | import org.springblade.mdm.task.InternalEmailNotifyTask; |
| | |
| | | import java.io.FileInputStream; |
| | | import java.io.IOException; |
| | | import java.io.InputStream; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @Slf4j |
| | |
| | | private WIthdrawService withdrawService; |
| | | @Autowired |
| | | private InternalEmailNotifyTask notifyTask; |
| | | |
| | | @Autowired |
| | | private NcNodeHisService nodeHisService; |
| | | /** |
| | | * 新增 |
| | | */ |
| | |
| | | SOAPException s; |
| | | notifyTask.execute(); |
| | | } |
| | | |
| | | @GetMapping("/movehis") |
| | | public void moveHis(Date time){ |
| | | //format:?time=2025-09-16%2010:11:10 |
| | | nodeHisService.mergeNodeToHisGeTime(time); |
| | | } |
| | | } |