Commit 9345f0d2 authored by 吴春's avatar 吴春

提交代码

parent 1451c344
......@@ -1538,6 +1538,10 @@ namespace Mall.WebApi.Controllers.TradePavilion
OpeningStatus = parms.GetInt("OpeningStatus", -1),
FirstStoreTest = parms.GetInt("FirstStoreTest", -1),
};
if (query.FirstStoreTest != 1)
{
query.FirstStoreTest = -1;
}
query.MallBaseId = RequestParm.MallBaseId;
query.TenantId = userInfo?.TenantId ?? 0;
......
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