Commit 47cc8cad authored by 吴春's avatar 吴春
parents a627d3a9 98c13db2
...@@ -290,6 +290,7 @@ namespace Mall.WebApi.Controllers ...@@ -290,6 +290,7 @@ namespace Mall.WebApi.Controllers
CategoryIds = childItem.id.ToString(), CategoryIds = childItem.id.ToString(),
GoodsStatus = 1, GoodsStatus = 1,
GoodsClassify = 1,//查询非司导 GoodsClassify = 1,//查询非司导
OrderBy=2,
GoodsPageType = IsOpenSchool == 1 ? Common.Enum.Goods.GoodsPageTypeEnum.School : Common.Enum.Goods.GoodsPageTypeEnum.Mall GoodsPageType = IsOpenSchool == 1 ? Common.Enum.Goods.GoodsPageTypeEnum.School : Common.Enum.Goods.GoodsPageTypeEnum.Mall
}, SmallShopsId: SmallShopsId); }, SmallShopsId: SmallShopsId);
if (catGoodsList != null && catGoodsList.Count > 0) if (catGoodsList != null && catGoodsList.Count > 0)
...@@ -324,6 +325,7 @@ namespace Mall.WebApi.Controllers ...@@ -324,6 +325,7 @@ namespace Mall.WebApi.Controllers
MallBaseId = MallBaseId, MallBaseId = MallBaseId,
GoodsStatus = 1, GoodsStatus = 1,
GoodsClassify = 1,//查询非司导 GoodsClassify = 1,//查询非司导
OrderBy=2,
GoodsPageType = IsOpenSchool == 1 ? Common.Enum.Goods.GoodsPageTypeEnum.School : Common.Enum.Goods.GoodsPageTypeEnum.Mall GoodsPageType = IsOpenSchool == 1 ? Common.Enum.Goods.GoodsPageTypeEnum.School : Common.Enum.Goods.GoodsPageTypeEnum.Mall
}); });
#region 微店价格 #region 微店价格
......
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