This commit is contained in:
2025-09-29 17:12:52 +08:00
parent 96796fd381
commit 47b9bee58a
4 changed files with 5 additions and 5 deletions

View File

@@ -61,5 +61,5 @@ public interface OrderInfoService extends IService<OrderInfo> {
Boolean cancelledPlaceOrder(Long shopId, Long orderId, Integer placeNum);
Boolean updatePayOrderId(Long shopId, Long orderId, String payType);
Boolean updatePayOrderId(Long orderId, Long paymentId, String payType);
}