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