Commit 86933639 authored by liudong1993's avatar liudong1993

1

parent f2d17246
......@@ -3581,7 +3581,9 @@ namespace REBORN.Services.SellService
//}),
SupplierModel = new { SupplierId = model?.SupplierModel?.ID ?? 0, SupplierName = model?.SupplierModel?.Name ?? "", Tel = model?.SupplierModel?.Tel ?? "", Contact = model?.SupplierModel?.Contact ?? "", CompanyName = model?.SupplierModel?.CompanyName ?? "", DutyParagraph = model?.SupplierModel?.DutyParagraph ?? "", CompanyPhone = model?.SupplierModel?.CompanyPhone ?? "", OpeningBank = model?.SupplierModel?.OpeningBank ?? "", BankNo = model?.SupplierModel?.BankNo ?? "" },
AppointOPList = model.AppointOPList?.Select(z => new { z.OPId, OPName = CacheManager.User.RbUserCache.GetUserLoginInfo(z.OPId.ToString())?.emName ?? "" }),
AppointOPIdList = model.AppointOPList?.Select(x => x.OPId).Distinct().ToList()
AppointOPIdList = model.AppointOPList?.Select(x => x.OPId).Distinct().ToList(),
model.ContactName,
model.ContactNumber
});
}
......
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