| | |
| | | package com.zy.core; |
| | | |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import com.zy.asrs.service.impl.MainServiceImpl; |
| | | import com.zy.core.properties.SystemProperties; |
| | | import lombok.Data; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.PreDestroy; |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * WCS主流程 |
| | |
| | | mainService.DevpTaskNoRun(); |
| | | // 任务完成 |
| | | mainService.rgvCompleteWrkMastSta(autoZ); |
| | | // 任务取消 |
| | | mainService.rgvCancelWrkMastSta(); |
| | | |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |