src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -26,7 +26,6 @@ import com.zy.system.service.ConfigService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import java.util.*; @@ -39,8 +38,6 @@ @Service("mainService") public class MainServiceImpl { @Value("${wms.url}") private String wmsUrl; @Autowired private SlaveProperties slaveProperties; @Autowired