src/main/java/com/zy/asrs/controller/OpenController.java
@@ -14,7 +14,6 @@ import com.zy.common.web.BaseController; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.*; @@ -47,9 +46,6 @@ private LocMastService locMastService; @Autowired private BasCrnErrorService basCrnErrorService; @Value("${wms.url}") private String wmsUrl; private static final boolean auth = true;