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)