|
|
@@ -140,7 +140,7 @@ public class ReportController {
|
|
|
* @date : 2024/4/24 15:10
|
|
|
* @author : 寇珊珊
|
|
|
*/
|
|
|
- @PostMapping("daily_reconciliation_report/{id}")
|
|
|
+ @PostMapping("daily_reconciliation_report")
|
|
|
public ResponseResultVO<PageList<Map<String, Object>>> getDailyReconciliationReport(@RequestBody Map<String, Object> param) {
|
|
|
return reportService.getDailyReconciliationReport(param);
|
|
|
}
|