From e0b2a9e70df4c175fe0057ba2def1cb2a9bba708 Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Tue, 29 May 2018 18:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.139602?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs | 1 + 1 file changed, 1 insertion(+) 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); } }