Commit 71ecc6be authored by liudong1993's avatar liudong1993

1

parent 9022cbb5
......@@ -2507,7 +2507,10 @@ namespace REBORN.Services.FinanceService
}
var rapi = WorkFlowModule.Audit(model.WorkFlowId.Value, model.TradeDate, model.Image, model.emList, model.Description, userInfo, model.tradeWays, model.IsRefundAutoGoBack ?? 0, model.TradeDetailList, model.FdIdList, courseName, payReceiptNo, KingdeeInvoice, KJInvoice, model.AutoFinanceType, model.FinanceMoney, model.FCostTypeId, model.BankAccountId, HelpBranchId, accountNumber, KingdeeClientID, AuditNumber, CheckPeriod, BankSubjectId);
if (rapi.resultCode == 1 && IncomeFee > 0) {
module2.UpdateFinanceFee(model.WorkFlowId.Value, IncomeFee, userInfo);
string uffMsg = module2.UpdateFinanceFee(model.WorkFlowId.Value, IncomeFee, userInfo);
if (!string.IsNullOrEmpty(uffMsg)) {
LogHelper.Write("出纳审核修改手续费错误:" + uffMsg);
}
}
return rapi;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment