Commit 41e70a35 authored by 黄奎's avatar 黄奎

也没修过

parent e76c954e
...@@ -144,7 +144,7 @@ namespace Edu.Module.Customer ...@@ -144,7 +144,7 @@ namespace Edu.Module.Customer
} }
if (oldModel.WeChatNo != model.WeChatNo) if (oldModel.WeChatNo != model.WeChatNo)
{ {
LogContent += "微信号由'" + oldModel.Address + "'修改为'" + model.Address + "';"; LogContent += "微信号由'" + oldModel.WeChatNo + "'修改为'" + model.WeChatNo + "';";
} }
//记录操作日志 //记录操作日志
changeLogRepository.Insert(new Model.Entity.Log.RB_User_ChangeLog() changeLogRepository.Insert(new Model.Entity.Log.RB_User_ChangeLog()
......
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