补卡申请、审核、统计

This commit is contained in:
liang.chao 2025-08-18 14:25:44 +08:00
parent 0c55704007
commit 372dfad6f2
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public class RepairCardApplyController extends BaseController {
* @param
* @return
*/
@GetMapping("/exportCardStatistics")
@PostMapping("/exportCardStatistics")
public void exportCardStatistics(HttpServletResponse response, RepairCardApplyDto cardApply) {
List<CardStatisticsDto> list = repairCardApplyMapper.getCardStatistics(cardApply);
ExcelUtil<CardStatisticsDto> util = new ExcelUtil<CardStatisticsDto>(CardStatisticsDto.class);