额外的异常
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user