#
luxiaotao1123
2024-10-12 bb61bc0c22ae4ef9963ca00d23b5cf0c412f26f5
zy-acs-gateway/src/main/java/com/zy/acs/gateway/process/ActivateLauncher.java
@@ -9,7 +9,6 @@
import com.zy.acs.gateway.job.DispatcherPublisher;
import com.zy.acs.gateway.utils.ProtocolUtils;
import com.zy.acs.common.utils.RedisSupport;
import com.zy.acs.rpc.gateway.control.AgvCmdFeignApi;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@@ -27,8 +26,6 @@
    private final RedisSupport redis = RedisSupport.defaultRedisSupport;
    @Autowired
    private AgvCmdFeignApi agvCmdFeignApi;
    @Autowired
    private Executors executors;
    @Autowired