Commit c9a268f7 authored by 吴春's avatar 吴春

1

parent 5f29247b
......@@ -3591,7 +3591,7 @@ namespace REBORN.Services.SellService
RB_Branch_id = userInfo.RB_Branch_id,
UpdateBy = userInfo.EmployeeId,
UpdateDate = DateTime.Now,
TypeList = new List<int> { (int)REBORN.Common.Enum.Finance.ClientTypeEnum.HotelSupplier },
TypeList = new List<int> { (int)REBORN.Common.Enum.Finance.ClientTypeEnum.PlaneTicketSupplier },
};
string clientBankAccountListStr = parms.GetStringValue("ClientBankAccountList");
List<RB_ClientBankAccount_Extend> clientBankAccountList = new List<RB_ClientBankAccount_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