Commit a132185c57c7f8b355867691be0faa166a3e777b

Authored by 房远帅
1 parent 23a98b35

楚江ERP:延期发货-取消

... ... @@ -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");
... ...