312
This commit is contained in:
parent
3ff8b662ff
commit
2788fd0623
|
|
@ -550,7 +550,6 @@ public class SQController : ControllerBase
|
|||
}
|
||||
//订单编号
|
||||
paymentId = imdata["paymentId"].ToString();
|
||||
}
|
||||
if (string.IsNullOrEmpty(paymentId))
|
||||
{
|
||||
return new WebApiDto()
|
||||
|
|
@ -560,6 +559,8 @@ public class SQController : ControllerBase
|
|||
Msg = "生成订单失败!"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// 5. 创建预约记录
|
||||
var reservation = new SQReservations
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user