| | |
| | | ",HOrgID=" + omodel.HOrgID + |
| | | ",HSendQty=" + omodel.HSendQty + |
| | | ",HLastSendDate='" + omodel.HLastSendDate + "'" + |
| | | ",HPlanPayDate='" + omodel.HPlanPayDate + "'" + |
| | | ",HCreditRating_Q=" + omodel.HCreditRating_Q + |
| | | ",HMaxCreditRating_Q=" + omodel.HMaxCreditRating_Q + |
| | | " where HInterID=" + lngBillKey.ToString(); |
| | |
| | | "(" + |
| | | "HBillType,HBillSubType,HInterID,HBillNo,HDate,HYear,HPeriod,HRemark,HMaker,HMakeDate" + |
| | | ",HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo,HMainSourceBillType" + |
| | | ",HDeptID,HEmpID,HCurID,HExRate,HCusID,HManagerID,HReason,HSendMoney,HLeftMoney,HOrgID,HSendQty,HLastSendDate,HCreditRating_Q,HMaxCreditRating_Q" + |
| | | ",HDeptID,HEmpID,HCurID,HExRate,HCusID,HManagerID,HReason,HSendMoney,HLeftMoney,HOrgID,HSendQty,HLastSendDate,HPlanPayDate,HCreditRating_Q,HMaxCreditRating_Q" + |
| | | ") " + |
| | | " values('" + |
| | | this.BillType + |
| | |
| | | "," + omodel.HOrgID + |
| | | "," + omodel.HSendQty + |
| | | ",'" + omodel.HLastSendDate + "'" + |
| | | ",'" + omodel.HPlanPayDate + "'" + |
| | | "," + omodel.HCreditRating_Q + |
| | | "," + omodel.HMaxCreditRating_Q + |
| | | ")"; |
| | |
| | | omodel.HSendQty = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HSendQty"]); |
| | | omodel.HLastSendDate = DBUtility.ClsPub.isDate(Ds.Tables[0].Rows[0]["HLastSendDate"]); |
| | | |
| | | omodel.HPlanPayDate = DBUtility.ClsPub.isDate(Ds.Tables[0].Rows[0]["HPlanPayDate"]); |
| | | |
| | | omodel.HCreditRating_Q = DBUtility.ClsPub.isDoule(Ds.Tables[0].Rows[0]["HCreditRating_Q"]); |
| | | omodel.HMaxCreditRating_Q = DBUtility.ClsPub.isDoule(Ds.Tables[0].Rows[0]["HMaxCreditRating_Q"]); |
| | | // |