未获取到支付记录

This commit is contained in:
2025-09-29 16:20:58 +08:00
parent 4f0e0acacb
commit 7487e028b0
5 changed files with 45 additions and 32 deletions

View File

@@ -59,4 +59,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
Boolean cancelledOrder(Long shopId, Long orderId);
Boolean cancelledPlaceOrder(Long shopId, Long orderId, Integer placeNum);
Boolean updatePayOrderId(Long shopId, Long orderId, String payType);
}