| | |
| | | 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; |
| | | |
| | | /** |
| | | * WCS主流程 |
| | |
| | | Thread.sleep(200); |
| | | |
| | | // 系统运行状态判断 |
| | | if (!SystemProperties.WCS_RUNNING_STATUS.get()) { |
| | | continue; |
| | | } |
| | | // if (!SystemProperties.WCS_RUNNING_STATUS.get()) { |
| | | // continue; |
| | | // } |
| | | |
| | | //更新位置信息 |
| | | //更新小车排序 |
| | | mainService.updateStePositionNearby(); |
| | | //更新位置信息 |
| | | mainService.updateStePosition(); |