From 13a07dbcf19382880d1326afbd0e2cf1a147e781 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 19 九月 2024 14:01:00 +0800
Subject: [PATCH] 1

---
 DAL/车间管理/ClsGy_WorkBeginDotCheckListBillMain.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillMain.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillMain.cs"
index 7150798..38012c3 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillMain.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillMain.cs"
@@ -63,7 +63,7 @@
                 {
                     string subSql = "insert into Gy_WorkBeginDotCheckListBillSub " +
                         "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
-                        ",HCheckNoteItemID,HCheckPostID) " +
+                        ",HCheckNoteItemID,HCheckPostID,HDotCheckType,HRelationID) " +
                         " values(" +
                         "" + omodel.HInterID.ToString() +
                         "," + oSub.HEntryID.ToString() +
@@ -74,6 +74,8 @@
                         "','" + oSub.HRemark +
                         "','" + oSub.HCheckNoteItemID +
                         "','" + oSub.HCheckPostID +
+                        "','" + oSub.HDotCheckType +
+                        "','" + oSub.HRelationID +
                         "')";
                     oCn.RunProc(subSql);
                 }
@@ -142,7 +144,7 @@
                 {
                     string subSql = "insert into Gy_WorkBeginDotCheckListBillSub " +
                         "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
-                        ",HCheckNoteItemID,HCheckPostID) " +
+                        ",HCheckNoteItemID,HCheckPostID,HDotCheckType,HRelationID) " +
                         " values(" +
                         "" + omodel.HInterID.ToString() +
                         "," + oSub.HEntryID.ToString() +
@@ -153,6 +155,8 @@
                         "','" + oSub.HRemark +
                         "','" + oSub.HCheckNoteItemID +
                         "','" + oSub.HCheckPostID +
+                        "','" + oSub.HDotCheckType +
+                        "','" + oSub.HRelationID +
                         "')";
                     oCn.RunProc(subSql);
                 }

--
Gitblit v1.9.1