Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -134,7 +134,7 @@ public class DelayedShipmentController extends DefaultBaseController { |
| 134 | 134 | */ |
| 135 | 135 | @ApiOperation("取消") |
| 136 | 136 | @HasPermission({"shipping-plan-manage:delay-invoice:cancel"}) |
| 137 | - @PutMapping | |
| 137 | + @GetMapping("/cancel") | |
| 138 | 138 | public InvokeResult<Void> cancel(@Valid String id) { |
| 139 | 139 | |
| 140 | 140 | delayedShipmentService.updateStatus(id, "CANCEL"); | ... | ... |