Commit f04a6778 authored by liudong1993's avatar liudong1993

商品分类转移

parent d83fcc77
...@@ -5196,7 +5196,7 @@ namespace Mall.Module.Product ...@@ -5196,7 +5196,7 @@ namespace Mall.Module.Product
MallBaseId = mallBaseId, MallBaseId = mallBaseId,
SourceId = item.GoodsId, SourceId = item.GoodsId,
CreateDate = DateTime.Now, CreateDate = DateTime.Now,
Content = "商品分类转移,empId:" + empId Content = "商品分类转移,empId:" + empId + ",由" + categoryId + "转移至" + newCategoryId
}); });
} }
} }
......
...@@ -2127,7 +2127,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -2127,7 +2127,7 @@ namespace Mall.WebApi.Controllers.MallBase
string msg = productModule.SetGoodsCategoryTransfer(CategoryId, NewCategoryId, req.TenantId, req.MallBaseId, req.EmpId); string msg = productModule.SetGoodsCategoryTransfer(CategoryId, NewCategoryId, req.TenantId, req.MallBaseId, req.EmpId);
if (msg.Contains("转移成功")) if (msg.Contains("转移成功"))
{ {
return ApiResult.Success(); return ApiResult.Success(msg);
} }
else else
{ {
......
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