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