Browse Source

payment date

Dev
Janie 2 years ago
parent
commit
288c17cbac
  1. 2
      EuroTran/EasyBL.WEBAPP/ShowEasy/BookingOnlineService.cs

2
EuroTran/EasyBL.WEBAPP/ShowEasy/BookingOnlineService.cs

@ -216,7 +216,7 @@ namespace EasyBL.WEBAPP.SYS
var sUploadTime = db.Updateable<SETB_SAL_Payment>() //更新付款時間 + 付款狀態
.UpdateColumns(x => new SETB_SAL_Payment { PaymentDate = DateTime.Now, PaymentStatus = "Y" })
.UpdateColumns(x => new SETB_SAL_Payment { PaymentStatus = "Y" })
.Where(x => x.BookingID == BookingID)
.ExecuteCommand();

|||||||
100:0
Loading…
Cancel
Save