Commit 0b17d5b8 authored by 黄奎's avatar 黄奎

页面

parent 0fb4e265
...@@ -334,7 +334,7 @@ namespace Edu.Module.Course ...@@ -334,7 +334,7 @@ namespace Edu.Module.Course
{ {
{nameof(RB_Goods.GoodsStatus),2 }, {nameof(RB_Goods.GoodsStatus),2 },
}; };
flag = mallGoodsRepository.Update(fileds, new WhereHelper(nameof(RB_Goods.Id), model.MallGoodsId)); mallGoodsRepository.Update(fileds, new WhereHelper(nameof(RB_Goods.Id), model.MallGoodsId));
} }
return flag; return flag;
} }
......
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