Commit 80ae4327 authored by 黄奎's avatar 黄奎

页面修改

parent cf5d84ba
......@@ -88,11 +88,13 @@ namespace Mall.WebApi.Controllers.MallBase
{
return ApiResult.ParamIsNull("请传递文件路径");
}
//HK2020-09-01修改
if (demodel.Type == 1)
{
demodel.Path = Config.GetFilePath(demodel.Path);
demodel.Image = Config.GetFilePath(demodel.Image);
}
demodel.Image = Config.GetFilePath(demodel.Image);
demodel.TenantId = Convert.ToInt32(parms.uid);
demodel.MallBaseId = parms.MallBaseId;
demodel.CreateDate = DateTime.Now;
......
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