From 4ed78cf207b3a6222407c5fe0295cbfa38b44f55 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 09 十一月 2021 22:05:12 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
index c38efe1..d4ef820 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationOutBill.cs"
@@ -105,6 +105,7 @@
                 ",HMouldNum='" + omodel.HMouldNum.ToString() + "'" +
                 ",HSourceNameList='" + omodel.HSourceNameList.ToString() + "'" +
                 ",HWasterQty=" + omodel.HWasterQty.ToString() +
+                ",HBadCount=" + omodel.HBadCount.ToString() +
                 ",HLastSubProc=" + Convert.ToString(omodel.HLastSubProc ? 1 : 0) +
                 " where HInterID=" + lngBillKey.ToString());
                 //鍒犻櫎鍏宠仈
@@ -545,7 +546,7 @@
                     //        "  \"FEntity_Link_FSId\":" + Pub_Class.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HICMOEntryID"]) + "   " +
                     //    " }  ]  }  " +
                     //    " ]  }}";
-                    //    //
+                    //    //6
                     //    oWeb.WebService1 oweb = new DAL.oWeb.WebService1();
                     //    //
                     //    oweb.Url = Pub_Class.ClsPub.HWEBSUrl_CLD;

--
Gitblit v1.9.1