| | |
| | | import com.zy.acs.manager.core.service.astart.MapDataDispatcher; |
| | | import com.zy.acs.manager.manager.entity.Area; |
| | | import com.zy.acs.manager.manager.enums.StatusType; |
| | | import com.zy.acs.manager.manager.service.AreaAgvService; |
| | | import com.zy.acs.manager.manager.service.AreaService; |
| | | import lombok.Data; |
| | | import lombok.extern.slf4j.Slf4j; |
| | |
| | | private AreaService areaService; |
| | | @Autowired |
| | | private MapDataDispatcher mapDataDispatcher; |
| | | @Autowired |
| | | private AreaAgvService areaAgvService; |
| | | |
| | | // launcher ------------------------------------------------------- |
| | | @EventListener(ApplicationReadyEvent.class) |
| | |
| | | // String areaDataStr = redis.getValue(RedisConstant.MAP_AREA_DATA_FLAG, redisKey); |
| | | // |
| | | // } |
| | | |
| | | System.out.println(1); |
| | | } |
| | | |
| | | // checkout list of area by code data |