Commit 500fae33 authored by 黄奎's avatar 黄奎

页面修改

parent ddbf7ff4
...@@ -1976,7 +1976,7 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1976,7 +1976,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
}; };
query.MallBaseId = req.MallBaseId; query.MallBaseId = req.MallBaseId;
query.TenantId = req.TenantId; //query.TenantId = req.TenantId;
query.RanQi = -1; query.RanQi = -1;
query.KongTiao = -1; query.KongTiao = -1;
query.XinFeng = -1; query.XinFeng = -1;
......
...@@ -1923,7 +1923,6 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1923,7 +1923,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[HttpGet] [HttpGet]
[HttpPost] [HttpPost]
public ApiResult GetBrandDetails() public ApiResult GetBrandDetails()
{ {
...@@ -1934,7 +1933,7 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1934,7 +1933,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
}; };
query.MallBaseId = RequestParm.MallBaseId; query.MallBaseId = RequestParm.MallBaseId;
query.TenantId = RequestParm.TenantId; //query.TenantId = RequestParm.TenantId;
query.RanQi = -1; query.RanQi = -1;
query.KongTiao = -1; query.KongTiao = -1;
query.XinFeng = -1; query.XinFeng = -1;
......
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