From 7c266b6861f6330158a6f913c3b384db957d5fe7 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期二, 12 三月 2024 16:18:39 +0800 Subject: [PATCH] 子表备注 --- DAL/应收管理/ClsYS_ReceiveOtherBill.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 2fec851..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,HSubHremark) " + + ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HQty,HPrice,HRemark) " + " values(" + "" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + @@ -90,7 +90,7 @@ "','" + oSub.HSumMoney + "','" + oSub.HQty + "','" + oSub.HPrice + - "','" + oSub.HSubHremark + + "','" + oSub.HRemark + "')"; oCn.RunProc(subSql); } @@ -134,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() + @@ -149,7 +149,7 @@ "','" + oSub.HSumMoney + "','" + oSub.HQty + "','" + oSub.HPrice + - "','" + oSub.HSubHremark + + "','" + oSub.HRemark + "')"; oCn.RunProc(subSql); } -- Gitblit v1.9.1