Commit 3cfdf44e authored by 吴春's avatar 吴春

提交代码

parent 705090d0
......@@ -561,7 +561,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
if (oldModel.UserId != userInfo.UserId) { return ApiResult.Failed("无法修改此载体"); }
if (!string.IsNullOrWhiteSpace(query.StartingInfo) && !string.IsNullOrWhiteSpace(query.Discount))
if (!string.IsNullOrWhiteSpace(query.StartingInfo) )
{
query.FirstStoreTest = 1;
}
......
......@@ -1573,7 +1573,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
query.MallBaseId = RequestParm.MallBaseId;
query.TenantId = RequestParm.TenantId;
}
if (!string.IsNullOrWhiteSpace(query.StartingInfo) && !string.IsNullOrWhiteSpace(query.Discount))
if (!string.IsNullOrWhiteSpace(query.StartingInfo) )
{
query.FirstStoreTest = 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