Commit e6735709 authored by liudong1993's avatar liudong1993

1

parent d4f2611e
...@@ -2277,6 +2277,8 @@ namespace REBORN.Services.FinanceService ...@@ -2277,6 +2277,8 @@ namespace REBORN.Services.FinanceService
List<RB_ClientBankAccount> KingdeeClientBankAccountList = new List<RB_ClientBankAccount>(); List<RB_ClientBankAccount> KingdeeClientBankAccountList = new List<RB_ClientBankAccount>();
if (ID == 0) if (ID == 0)
{ {
model.RB_GroupName = new CacheManager.User.RbBranchMongoCache().GetBranch(model.RB_Branch_Id.Value)?.FinanceTitle ?? "";//集团使用配置的
if (string.IsNullOrEmpty(model.RB_GroupName)) { model.RB_GroupName = userInfo.GroupName; }
obj = new obj = new
{ {
model.AuditId, model.AuditId,
...@@ -2312,7 +2314,7 @@ namespace REBORN.Services.FinanceService ...@@ -2312,7 +2314,7 @@ namespace REBORN.Services.FinanceService
CreateDate = "", CreateDate = "",
HandFeeFrId = 0, HandFeeFrId = 0,
EmName = userInfo.emName,// CacheManager.User.RbUserCache.GetEmployee(userInfo.EmployeeId)?.EmName, EmName = userInfo.emName,// CacheManager.User.RbUserCache.GetEmployee(userInfo.EmployeeId)?.EmName,
CompanyName = userInfo.GroupName,// CacheManager.User.RbGroupCache.GetGroup(userInfo.RB_Group_id)?.GroupName, CompanyName = model.RB_GroupName,// CacheManager.User.RbGroupCache.GetGroup(userInfo.RB_Group_id)?.GroupName,
Description = "", Description = "",
DetailList = model?.detailList ?? new List<RB_FinanceDetail_Extend>(), DetailList = model?.detailList ?? new List<RB_FinanceDetail_Extend>(),
BankList = new List<RB_TradeWay_Extend>(), BankList = new List<RB_TradeWay_Extend>(),
......
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