feat(可回溯): 可回溯

增加空处理
This commit is contained in:
BrandWang
2023-05-05 16:17:30 +08:00
parent a30661b564
commit d19a4b4df6
@@ -82,7 +82,7 @@ public class OrderController {
return Mono.just(ResObj.ok());
}
return Mono.just(ResObj.fail("订单不存在"));
});
}).defaultIfEmpty(null);
}
@PostMapping("/info/{orderId}")