|
|
@ -203,6 +203,7 @@ namespace BWP.Web.Pages.B3YunKen.Dialogs |
|
|
customer_Detail.AlreadyMoney = (Money<金额>?)item["VerificationMoney"]; |
|
|
customer_Detail.AlreadyMoney = (Money<金额>?)item["VerificationMoney"]; |
|
|
customer_Detail.Customer_ID = CustomerID; |
|
|
customer_Detail.Customer_ID = CustomerID; |
|
|
customer_Detail.Money = billMoney; |
|
|
customer_Detail.Money = billMoney; |
|
|
|
|
|
customer_Detail.VerificationTable_ID = nextID; |
|
|
context.Session.Insert(customer_Detail); |
|
|
context.Session.Insert(customer_Detail); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|