From 8a6a87b93e0a25401b659c7940ca94646ff6dadf Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 21 一月 2026 16:50:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
DAL/ClsWL_YayBillMain.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/DAL/ClsWL_YayBillMain.cs b/DAL/ClsWL_YayBillMain.cs
index 3562888..d45d241 100644
--- a/DAL/ClsWL_YayBillMain.cs
+++ b/DAL/ClsWL_YayBillMain.cs
@@ -126,6 +126,7 @@
",HSurer_Trans='" + omodel.HSurer_Trans.ToString() + "'" +
",HDate_Trans='" + omodel.HDate_Trans.ToString() + "'" +
",HSurer_Receive='" + omodel.HSurer_Receive.ToString() + "'" +
+ ",HExRate='" + omodel.HExRate.ToString() + "'" +
",HDate_Receive='" + omodel.HDate_Receive.ToString() + "'" +
",HSurer_Accounting='" + omodel.HSurer_Accounting.ToString() + "'" +
",HDate_Accounting='" + omodel.HDate_Accounting.ToString() + "'" +
@@ -246,7 +247,7 @@
"HTransportTyep,HSSID,HCurID,HMoney,HDateForRequestedPick," +
"HDataForRequestedArrived,HCarryStatus,HDate_CarrierSure," +
"HDate_AllocationDriver,HCarID,HDriverID,HSurer_Arrive,HDate_Arrive," +
- "HSurer_Pick,HDate_Pick,HSurer_Trans,HDate_Trans,HSurer_Receive," +
+ "HSurer_Pick,HDate_Pick,HSurer_Trans,HDate_Trans,HSurer_Receive,HExRate," +
"HDate_Receive,HSurer_Accounting,HDate_Accounting) " +
"values(" +
SafeInt(omodel.HInterID.ToString(), 0) + "," + // HInterID
@@ -313,6 +314,7 @@
"'" + SafeString(omodel.HSurer_Trans) + "'," +
SafeDateTime(omodel.HDate_Trans?.ToString(), "'" + currentDateTime + "'") + "," +
"'" + SafeString(omodel.HSurer_Receive) + "'," +
+ "'" + omodel.HExRate + "'," +
SafeDateTime(omodel.HDate_Receive?.ToString(), "'" + currentDateTime + "'") + "," +
"'" + SafeString(omodel.HSurer_Accounting) + "'," +
SafeDateTime(omodel.HDate_Accounting?.ToString(), "'" + currentDateTime + "'") + ")";
--
Gitblit v1.9.1