| | |
| | | import com.zy.asrs.service.WrkMastStaService; |
| | | import com.zy.asrs.task.core.ReturnT; |
| | | import com.zy.asrs.task.handler.OneLouHangJiaHandler; |
| | | import com.zy.asrs.task.handler.RailwayPlatformHandler; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.scheduling.annotation.Scheduled; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | /** |
| | |
| | | @Autowired |
| | | private WrkMastStaService wrkMastStaService; |
| | | |
| | | @Scheduled(cron = "0/3 * * * * ? ") |
| | | // @Scheduled(cron = "0/3 * * * * ? ") |
| | | private void execute(){//退库拆码垛 |
| | | // int[] staNos =new int[]{118,119}; |
| | | int[] staNos =new int[]{118}; |