zhs 2 gadi atpakaļ
vecāks
revīzija
fcaa213c51

+ 0 - 1
src/main/java/com/tld/controller/QueryListController.java

@@ -88,7 +88,6 @@ public class QueryListController {
      * @return 返回结果
      */
     @GetMapping("exportStorageLocation")
-    @PassToken
     public void exportStorageLocation(Inventory inventory,HttpServletResponse response){
         queryListService.exportStorageLocation(inventory,response);
     }