yxj
2024-03-12 4ebf4a94203a2e936f179983fcacd4bed40bbd9b
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)