cl
2024-07-03 2de8567d25edbe0c020f75182b44016bfcc85d0b
jcdm-main/src/main/java/com/jcdm/main/plcserver/CustomRunner.java
@@ -10,16 +10,12 @@
import com.jcdm.main.da.passingStationCollection.service.IDaPassingStationCollectionService;
import com.jcdm.main.om.productionOrde.service.IOmProductionOrdeInfoService;
import com.jcdm.main.plcserver.sub.OPCUaSubscription;
import com.kangaroohy.milo.service.MiloService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
@@ -43,7 +39,7 @@
    private IOmProductionOrdeInfoService omProductionOrdeInfoService;
    @Resource
    @Autowired
    private IDaOpcuaConfigService daOpcuaConfigService;