@@ -54,7 +54,7 @@ public class RepairInvoiceController extends BaseController {
/**
* 导出发票申请
*/
- @PostMapping("/export")
+ @GetMapping("/export")
public void export(HttpServletRequest request, HttpServletResponse response) throws Exception {
RepairInvoiceParam param = CacheUtil.invoiceParam ;
param.setPageNum(1);