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