1
陈雯静
2024-03-15 20dc0ca259d13c6d712bde41c992d94365f5f090
DBUtility/ÒµÎñµ¥¾Ý/ClsXt_BaseBill.cs
@@ -183,7 +183,7 @@
        {
            try
            {
                oCn.BeginTran();
                //oCn.BeginTran();
                string sql = "select * from " + MvarItemKeySub + " where HInterID=" + lngBillKey.ToString() + " and HEntryID = " + HEntryID;
                DataSet ds = oCn.RunProcReturn(sql, MvarItemKeySub);
                if(ds==null || ds.Tables[0].Rows.Count == 0)
@@ -205,7 +205,7 @@
                    );
                sReturn = "行反关闭成功!";
                oCn.Commit();
                //oCn.Commit();
                return true;
            }
            catch (Exception e)