From c819dddabba9767bd6f732ce09833b37ce7ffd5f Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 22 八月 2024 09:49:05 +0800
Subject: [PATCH] 1
---
DAL/应收管理/ClsYS_ReceiveOtherBill.cs | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBill.cs" "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBill.cs"
index 65a8a01..7ff0121 100644
--- "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBill.cs"
+++ "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBill.cs"
@@ -75,7 +75,7 @@
"" +
"" +
"(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" +
- ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HQty,HPrice) " +
+ ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HQty,HPrice,HRemark) " +
" values(" +
"" + omodel.HInterID.ToString() +
"," + oSub.HEntryID.ToString() +
@@ -88,8 +88,9 @@
"','" + oSub.HMoney +
"','" + oSub.HTaxRate +
"','" + oSub.HSumMoney +
- "','" + oSub.HQty +
- "','" + oSub.HPrice +
+ "','" + oSub.HQty +
+ "','" + oSub.HPrice +
+ "','" + oSub.HRemark +
"')";
oCn.RunProc(subSql);
}
@@ -133,7 +134,7 @@
"" +
"" +
"(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" +
- ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HQty,HPrice,HSubHremark) " +
+ ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HQty,HPrice,HRemark) " +
" values(" +
"" + omodel.HInterID.ToString() +
"," + oSub.HEntryID.ToString() +
@@ -148,7 +149,7 @@
"','" + oSub.HSumMoney +
"','" + oSub.HQty +
"','" + oSub.HPrice +
- "','" + oSub.HSubHremark +
+ "','" + oSub.HRemark +
"')";
oCn.RunProc(subSql);
}
--
Gitblit v1.9.1