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