pang.jiabao
3 天以前 b9f5b7c6c0a66fa04e12ab2f85c0f015ad024a1a
src/main/java/com/zy/asrs/controller/MapController.java
@@ -7,7 +7,9 @@
import com.zy.asrs.service.LocMastService;
import com.zy.common.web.BaseController;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
import java.io.*;
import java.util.ArrayList;
@@ -19,11 +21,10 @@
public class MapController extends BaseController {
    @Autowired
    private LocMastService locMastService;
    private static final List<String> DISABLE_LOC_NO = new ArrayList<String>() {{
    }};
    @Autowired
    private LocMastService locMastService;
    @GetMapping("/map/getData/{lev}/auth")
    @ManagerAuth