yangys
2024-09-27 26f8e5990686bdba2119024a260d986266506757
collect/src/main/java/com/qianwen/mdc/collect/job/StateFixPointJob.java
@@ -15,6 +15,7 @@
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 构建工位状态明日固定点(每小时一个点),外加根据班制和生产日历的时间加入固定点
@@ -22,7 +23,7 @@
@Component
public class StateFixPointJob {
    private static final Logger log = LoggerFactory.getLogger(StateFixPointJob.class);
    @Resource
    @Autowired
    private DeviceStateFixPointService stateFixPointService;
    @XxlJob("stateFixPointJobHandler")