Commit e597b962 authored by liudong1993's avatar liudong1993

1

parent a5cc0efc
...@@ -1429,6 +1429,7 @@ namespace Edu.Module.QYWeChat ...@@ -1429,6 +1429,7 @@ namespace Edu.Module.QYWeChat
Dictionary<string, object> keyValues = new Dictionary<string, object>() { Dictionary<string, object> keyValues = new Dictionary<string, object>() {
{ nameof(RB_Contribute_PublishLog_ViewModel.Msg_Id), Rmsg.msg_id}, { nameof(RB_Contribute_PublishLog_ViewModel.Msg_Id), Rmsg.msg_id},
{ nameof(RB_Contribute_PublishLog_ViewModel.Msg_Data_Id), Rmsg.msg_data_id}, { nameof(RB_Contribute_PublishLog_ViewModel.Msg_Data_Id), Rmsg.msg_data_id},
{ nameof(RB_Contribute_PublishLog_ViewModel.UpdateTime), 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