1
duhe
2024-03-21 c45715fd82b94d7bf90ccbc604dcfdc1a923d465
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)