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

11

parent c4743175
......@@ -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)
{
foreach (var cItem in carrierList)
{
var ctirModel = new TradeIndexResult()
{
DataId=cItem.ID,
DataName=cItem.CarrierName,
DataType= BrandCategoryEnum.ZaiTi,
CoverImg=cItem.Logo,
Address =cItem.Address,
DataId = cItem.ID,
DataName = cItem.CarrierName,
DataType = BrandCategoryEnum.ZaiTi,
CoverImg = cItem.Logo,
Address = cItem.Address,
FullBrandName = "",
ProjectType = cItem.ProjectType,
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