Commit 21f2b23e authored by 吴春's avatar 吴春

提交代码

parent 92ee5251
......@@ -3090,6 +3090,7 @@ namespace Mall.WebApi.Controllers.MallBase
demodel.SourceMallBaseId = parms.MallBaseId;
demodel.SourceTenantId = parms.TenantId;
demodel.CreateBy = -1;
decimal MinProfitRate = 0;
if (demodel.TenantId == 1)
{
......@@ -3214,7 +3215,7 @@ namespace Mall.WebApi.Controllers.MallBase
item.SpecificationPriceList.ForEach(x => x.CreateDate = System.DateTime.Now);
item.SpecificationPriceList.ForEach(x => x.MallBaseId = RequestParm.MallBaseId);
model = item;
model.SourceTenantId = TenantId;
model.SourceMallBaseId = MallBaseId;
model.TenantId = RequestParm.TenantId;
......
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