Commit 0836e93e authored by 黄奎's avatar 黄奎

页面修改

parent b66ca4c9
......@@ -349,7 +349,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
};
var userInfo = AppletUserInfo;
query.MallBaseId = RequestParm.MallBaseId;
query.TenantId = userInfo?.TenantId ?? 0;
//query.TenantId = userInfo?.TenantId ?? 0;
var list = activityModule.GetCommerceActivityPageListModule(pageModel.pageIndex, pageModel.pageSize, out long rowsCount, query);
pageModel.count = Convert.ToInt32(rowsCount);
pageModel.pageData = list;
......
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