会计账簿元数据下载bug修改

new
parent acf030db46
commit 7f97f136a6

@ -115,7 +115,7 @@ public class AccountingBookController {
} }
@PutMapping("/downloadXml") @GetMapping("/downloadXml")
@Operation(summary = "获得分页Xml") @Operation(summary = "获得分页Xml")
@PreAuthorize("@ss.hasPermission('archives:accounting-book:query')") @PreAuthorize("@ss.hasPermission('archives:accounting-book:query')")
public void downloadXml(@Valid AccountingBookPageReqVO pageVO, HttpServletResponse response) throws IOException { public void downloadXml(@Valid AccountingBookPageReqVO pageVO, HttpServletResponse response) throws IOException {

Loading…
Cancel
Save