Commit 739e89ed authored by liudong1993's avatar liudong1993

1

parent aa12061f
...@@ -794,7 +794,7 @@ namespace Mall.Module.TradePavilion ...@@ -794,7 +794,7 @@ namespace Mall.Module.TradePavilion
//首先清除历史评比 //首先清除历史评比
firstShop_ListEnrollRepository.ClearHostoryAppraisal(listId, mallBaseId); firstShop_ListEnrollRepository.ClearHostoryAppraisal(listId, mallBaseId);
int RankListState = type == 1 ? 3 : 2; int RankListState = type == 1 ? 3 : 2;
if (type == 1) if (type == 2)
{ {
//设置榜单为已放榜 //设置榜单为已放榜
Dictionary<string, object> keyValues = new Dictionary<string, object>() { Dictionary<string, object> keyValues = new Dictionary<string, object>() {
...@@ -820,7 +820,7 @@ namespace Mall.Module.TradePavilion ...@@ -820,7 +820,7 @@ namespace Mall.Module.TradePavilion
{ nameof(RB_FirstShop_ListEnroll_Extend.MedalImageBig),item.MedalImageBig }, { nameof(RB_FirstShop_ListEnroll_Extend.MedalImageBig),item.MedalImageBig },
{ nameof(RB_FirstShop_ListEnroll_Extend.RankListState),RankListState }, { nameof(RB_FirstShop_ListEnroll_Extend.RankListState),RankListState },
{ nameof(RB_FirstShop_ListEnroll_Extend.UpdateBy),empId }, { nameof(RB_FirstShop_ListEnroll_Extend.UpdateBy),empId },
{ nameof(RB_FirstShop_ListEnroll_Extend.UpdateDate),item.Reviews } { nameof(RB_FirstShop_ListEnroll_Extend.UpdateDate),DateTime.Now }
}; };
List<WhereHelper> wheres = new List<WhereHelper>() { List<WhereHelper> wheres = new List<WhereHelper>() {
new WhereHelper(){ new WhereHelper(){
......
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