pang.jiabao
2025-05-22 b14cbe848a3c76cdbb4baa8f067f2a2c9ce1e07c
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