diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/BookingOnlineService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/BookingOnlineService.cs index 40a637d..d29ad35 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/BookingOnlineService.cs +++ b/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();