diff --git a/BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs b/BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs index 71f96a1..59f39de 100644 --- a/BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs +++ b/BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs @@ -203,6 +203,7 @@ namespace BWP.Web.Pages.B3YunKen.Dialogs customer_Detail.AlreadyMoney = (Money<金额>?)item["VerificationMoney"]; customer_Detail.Customer_ID = CustomerID; customer_Detail.Money = billMoney; + customer_Detail.VerificationTable_ID = nextID; context.Session.Insert(customer_Detail); } }