| | |
| | | @Autowired |
| | | private RedisUtil redisUtil; |
| | | private static final Logger log = LoggerFactory.getLogger(WorkstationCache.class); |
| | | //private static final BladeRedis bladeRedis = (BladeRedis) SpringUtil.getBean(BladeRedis.class); |
| | | //private static final IWorkstationService workStationService = (IWorkstationService) SpringUtil.getBean(IWorkstationService.class); |
| | | |
| | | @Autowired |
| | | private GlobalWcsOfRpsMapper globalWcsOfRpsMapper; |
| | | @Autowired |
| | | private WorkstationService workstationService; |
| | | @Autowired |
| | | private EmployeeOnOffWorkMapper employeeOnOffWorkMapper; |
| | | |
| | | //private static final EmployeeOnOffWorkMapper employeeOnOffWorkMapper = (EmployeeOnOffWorkMapper) SpringUtil.getBean(EmployeeOnOffWorkMapper.class); |
| | | |
| | | |
| | | |
| | | public Map<Long, WorkstationDTO> getWorkstations() { |