|
|
@@ -929,6 +929,7 @@ public class OrderController extends BladeController {
|
|
|
@PostMapping("/repealCancel")
|
|
|
@ApiOperationSupport(order = 11)
|
|
|
@ApiOperation(value = "Feign-审核不通过", notes = "传入财务id")
|
|
|
+ @RepeatSubmit
|
|
|
public R repealCancel(@RequestBody Order order) {
|
|
|
if (order.getId() == null){
|
|
|
throw new SecurityException("缺少必要的参数");
|