From 8bcbae47470ecf219e5f87e46c5fba7c8ea4678c Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 20 九月 2024 09:51:37 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 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