From 57300de4e19bac186837514ae7964c6c347998d0 Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 26 Sep 2025 18:11:05 +0800 Subject: [PATCH] 321 --- CoreCms.Net.Web.WebApi/Controllers/SQController.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CoreCms.Net.Web.WebApi/Controllers/SQController.cs b/CoreCms.Net.Web.WebApi/Controllers/SQController.cs index 271e85a..b2f6936 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/SQController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/SQController.cs @@ -1206,6 +1206,12 @@ public class SQController : ControllerBase }, it => it.reservation_id == dto.reservation_id && it.status == 0 && it.user_id == userId); + if (reservation.deposit_fee > 0) + { + //有押金,押金原路退回 + + + } _dbBase.Ado.CommitTran(); return new WebApiDto