自动化立体仓库 - WCS系统
zhangc
2025-03-11 d5449236ef0b3adafb3e4cc872f50479efa0ce7b
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