From 4bf3ca7fc8e3cceba62d6617724cac3cbc919746 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 15 八月 2022 21:53:14 +0800
Subject: [PATCH] 工资系统部署测试

---
 DAL/工资管理/ClsPay_PayMentBill.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git "a/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs" "b/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
index 069cd67..0ee3c94 100644
--- "a/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
+++ "b/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
@@ -136,13 +136,13 @@
                       "," + oSub.HPayTotal.ToString() + "," + oSub.HSubsidyTotal.ToString() + "," + oSub.HDeuctTotal.ToString() + "," + oSub.HShoudPay.ToString() + "," + oSub.HInsurance.ToString() + "," + oSub.HTaxBefore.ToString() + "," + oSub.HTax.ToString() + "," + oSub.HRelPay.ToString() +
                       "," + Convert.ToString(oSub.HPayStatus ? 1 : 0) + ",'" + oSub.HPayRemark + "','" + oSub.HUnPayRemark + "'" +
                       " ";
-                    foreach (Model.ClsGy_SelfEntryValue oSelfValue in oSub.oSelfValue)
-                    {
-                        sInsertSubBill = sInsertSubBill + "," + oSelfValue.HSQLColumnName;
-                        DBUtility.Xt_BaseBillFun.Sub_GetSelfInsertSQL(ref sInsertSubBillValue, oSelfValue.HDataType, oSelfValue.HValue);
-                    }
-                    sInsertSubBillValue = sInsertSubBillValue + ")";
-                    oCn.RunProc(sInsertSubBill + sInsertSubBillValue);
+                    //foreach (Model.ClsGy_SelfEntryValue oSelfValue in oSub.oSelfValue)
+                    //{
+                    //    sInsertSubBill = sInsertSubBill + "," + oSelfValue.HSQLColumnName;
+                    //    DBUtility.Xt_BaseBillFun.Sub_GetSelfInsertSQL(ref sInsertSubBillValue, oSelfValue.HDataType, oSelfValue.HValue);
+                    //}
+                    //sInsertSubBillValue = sInsertSubBillValue + ")";
+                    //oCn.RunProc(sInsertSubBill + sInsertSubBillValue);
                     //鑷畾涔夊垪 鏂板  骞�
                 }
                 //

--
Gitblit v1.9.1