321
This commit is contained in:
parent
4895fe13b9
commit
57300de4e1
|
|
@ -1206,6 +1206,12 @@ public class SQController : ControllerBase
|
||||||
},
|
},
|
||||||
it => it.reservation_id == dto.reservation_id && it.status == 0 && it.user_id == userId);
|
it => it.reservation_id == dto.reservation_id && it.status == 0 && it.user_id == userId);
|
||||||
|
|
||||||
|
if (reservation.deposit_fee > 0)
|
||||||
|
{
|
||||||
|
//有押金,押金原路退回
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
_dbBase.Ado.CommitTran();
|
_dbBase.Ado.CommitTran();
|
||||||
|
|
||||||
return new WebApiDto
|
return new WebApiDto
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user