Commit 08163c0a authored by 吴春's avatar 吴春

11

parent c4743175
...@@ -1605,20 +1605,20 @@ namespace Mall.Module.TradePavilion ...@@ -1605,20 +1605,20 @@ namespace Mall.Module.TradePavilion
} }
} }
//载体 //载体
else if (categoryEnum== BrandCategoryEnum.ZaiTi) else if (categoryEnum == BrandCategoryEnum.ZaiTi)
{ {
var carrierList = GetCarrierPageList(pageIndex, pageSize, out rowsCount, new RB_Carrier_Extend() { MallBaseId = query.MallBaseId }); var carrierList = GetCarrierPageList(pageIndex, pageSize, out rowsCount, new RB_Carrier_Extend() { MallBaseId = query.MallBaseId, OpeningStatus = -1, FirstStoreTest = -1 });
if (carrierList != null && carrierList.Count > 0) if (carrierList != null && carrierList.Count > 0)
{ {
foreach (var cItem in carrierList) foreach (var cItem in carrierList)
{ {
var ctirModel = new TradeIndexResult() var ctirModel = new TradeIndexResult()
{ {
DataId=cItem.ID, DataId = cItem.ID,
DataName=cItem.CarrierName, DataName = cItem.CarrierName,
DataType= BrandCategoryEnum.ZaiTi, DataType = BrandCategoryEnum.ZaiTi,
CoverImg=cItem.Logo, CoverImg = cItem.Logo,
Address =cItem.Address, Address = cItem.Address,
FullBrandName = "", FullBrandName = "",
ProjectType = cItem.ProjectType, ProjectType = cItem.ProjectType,
ProjectTypeName = cItem.ProjectType.GetEnumName(), ProjectTypeName = cItem.ProjectType.GetEnumName(),
......
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