DAL/²Ö¿â¹ÜÀí/ÌõÂë¹ÜÀí/ClsGy_BarCodeBill_ChaiMa.cs
@@ -1,4 +1,5 @@ using System; using DBUtility; using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -18,7 +19,7 @@ { //è¥MAINDIéå¤åéæ°è·å oCn.BeginTran(); string sql = "delete Gy_BarCodeBill where HBarCode='" + HBillNo + "'"; string sql = "update Gy_BarCodeBill set HStopflag=1,HStopMan='"+ ClsPub.CurUserName + "',HStopManDate=getdate() where HBarCode='" + HBillNo + "'"; oCn.RunProc(sql); ////æå ¥å表 foreach (Model.ClsGy_BarCodeEdit_Model oSub in DetailColl_Mater)