额外的异常

This commit is contained in:
2025-11-12 13:30:57 +08:00
parent 8634f1a5a6
commit 89762d0589
3 changed files with 9 additions and 38 deletions

View File

@@ -58,7 +58,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
Boolean removeOrderDetail(Long shopId, Long orderId, Long detailId);
Boolean cancelledOrder(Long shopId, Long orderId);
Boolean cancelledOrder(Long shopId, Long orderId) throws OrderCancelException ;
Boolean cancelledPlaceOrder(Long shopId, Long orderId, Integer placeNum);