| | |
| | | import com.qianwen.core.tool.utils.Func; |
| | | import com.qianwen.mdc.collect.service.DeviceStateFixPointService; |
| | | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | /* |
| | | * xxlJob 构建工位状态明日固定点(每小时一个点),外加根据班制和生产日历的时间加入固定点 |
| | |
| | | @Component |
| | | public class StateFixPointJob { |
| | | private static final Logger log = LoggerFactory.getLogger(StateFixPointJob.class); |
| | | @Resource |
| | | @Autowired |
| | | private DeviceStateFixPointService stateFixPointService; |
| | | |
| | | @XxlJob("stateFixPointJobHandler") |