Commit 375c19e6 authored by 吴春's avatar 吴春

提交代码

parent 5e54cb9f
...@@ -397,7 +397,7 @@ namespace Mall.WebApi.Controllers.User ...@@ -397,7 +397,7 @@ namespace Mall.WebApi.Controllers.User
} }
var financeObj = new var financeObj = new
{ {
CreateBy = Config.ExpendDirector, CreateBy = UserInfo.ERPEmpId==0? Config.ExpendDirector:UserInfo.ERPEmpId.ToString(),
IsPublic = demodel.IsPublic,// supplierModel.ClientBankAccount.AccountType, //financeConfigurineModel.AccountType, IsPublic = demodel.IsPublic,// supplierModel.ClientBankAccount.AccountType, //financeConfigurineModel.AccountType,
ClientType = supplierModel.ClientBankAccount.Type, ClientType = supplierModel.ClientBankAccount.Type,
ClientID = supplierModel.BankAccountId, ClientID = supplierModel.BankAccountId,
......
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