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