From d6e73a8096be4f72ed76854c82a84ff61dbc6415 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 12 七月 2024 16:58:19 +0800
Subject: [PATCH] 1

---
 DAL/计划管理/ClsGy_MaterialTechParamBillMain.cs |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillMain.cs" "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillMain.cs"
index 6f19739..e84b64c 100644
--- "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillMain.cs"
+++ "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_MaterialTechParamBillMain.cs"
@@ -71,7 +71,7 @@
                             "" +
                             "" +
                             "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" +
-                            ",HTechParamID,HTechParamUnitID,HStd,HMax,HMin) " +
+                            ",HTechParamID,HTechParamUnitID,HStd,HMax,HMin,HDataForm,HDataUnit,HDataTimes) " +
                             " values(" +
                             "" + omodel.HInterID.ToString() +
                             "," + oSub.HEntryID.ToString() +
@@ -84,7 +84,10 @@
                             "'," + oSub.HStd +
                             "," + oSub.HMax +
                             ",'" + oSub.HMin +
-                            "')";
+                            "','" + oSub.HDataForm +
+                            "','" + oSub.HDataUnit +
+                           "'," + oSub.HDataTimes +
+                            ")";
                     oCn.RunProc(subSql);
                 }
 
@@ -159,7 +162,7 @@
                            "" +
                            "" +
                            "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" +
-                           ",HTechParamID,HTechParamUnitID,HStd,HMax,HMin) " +
+                           ",HTechParamID,HTechParamUnitID,HStd,HMax,HMin,HDataForm,HDataUnit,HDataTimes) " +
                            " values(" +
                            "" + omodel.HInterID.ToString() +
                            "," + oSub.HEntryID.ToString() +
@@ -172,7 +175,10 @@
                            "'," + oSub.HStd +
                            "," + oSub.HMax +
                            ",'" + oSub.HMin +
-                           "')";
+                           "','" + oSub.HDataForm +
+                            "','" + oSub.HDataUnit +
+                           "'," + oSub.HDataTimes +
+                           ")";
                     oCn.RunProc(subSql);
                 }
                 sReturn = "鏂板鍗曟嵁鎴愬姛锛�";

--
Gitblit v1.9.1