Commit ebb8c016 authored by 吴春's avatar 吴春

提交代码

parent c65c130f
...@@ -1893,6 +1893,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1893,6 +1893,7 @@ namespace Mall.WebApi.Controllers.MallBase
GoodsUrl = parms.GetStringValue("GoodsUrl"), GoodsUrl = parms.GetStringValue("GoodsUrl"),
goodsLogo = parms.GetStringValue("goodsLogo"), goodsLogo = parms.GetStringValue("goodsLogo"),
RetailStore = parms.GetInt("RetailStore"), RetailStore = parms.GetInt("RetailStore"),
CreateBy = parms.GetInt("EmpId", 0)
}; };
if (!string.IsNullOrEmpty(parms.GetStringValue("ShelvesDate"))) if (!string.IsNullOrEmpty(parms.GetStringValue("ShelvesDate")))
{ {
...@@ -2316,7 +2317,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -2316,7 +2317,7 @@ namespace Mall.WebApi.Controllers.MallBase
demodel.IsMultipleDeduction ??= 2; demodel.IsMultipleDeduction ??= 2;
demodel.Status = 0; demodel.Status = 0;
demodel.CreateBy = UserInfo.EmpId;
demodel.CreateDate = DateTime.Now; demodel.CreateDate = DateTime.Now;
demodel.UpdateDate = DateTime.Now; demodel.UpdateDate = DateTime.Now;
#endregion #endregion
......
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