Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -192,7 +192,7 @@ public class ReceiptLedgerInfoController extends DefaultBaseController { |
| 192 | 192 | */ |
| 193 | 193 | @ApiOperation("存款平账") |
| 194 | 194 | @HasPermission({"account-manage:ledger-detail:reconciliation"}) |
| 195 | - @PostMapping("/depositReconciliation") | |
| 195 | + @GetMapping("/depositReconciliation") | |
| 196 | 196 | public InvokeResult<Void> reconciliation(@NotBlank(message = "id不能为空!") String id) { |
| 197 | 197 | ReceiptLedgerInfo data = receiptLedgerInfoService.findById(id); |
| 198 | 198 | if (data == null) { | ... | ... |