DBUtility/ÒµÎñµ¥¾Ý/ClsXt_BaseBill.cs
@@ -463,9 +463,10 @@ //忮巿¯å¦éå¤ public virtual bool IsExistBillNo(ref string sReturn, string sBillNo, ClsPub.Enum_BillStatus oBillStatus, Int64 lngBillKey) { string sSql = ""; try { string sSql = ""; if (oBillStatus == ClsPub.Enum_BillStatus.BillStatus_AddNew) { sSql = "Select HInterID from " + MvarItemKey + " where hbilltype='" + BillType + "'and HBillNO ='" + sBillNo + "'"; @@ -486,8 +487,8 @@ } catch (Exception e) { sReturn = e.Message; throw (e); sReturn = e.Message+"sql:"+ sSql; return false; } } #endregion