Commit e231d1eb authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents 2f9b1634 8a66ee32
...@@ -348,7 +348,7 @@ namespace Edu.WebApi.Controllers.Customer ...@@ -348,7 +348,7 @@ namespace Edu.WebApi.Controllers.Customer
foreach (var item in data) foreach (var item in data)
{ {
string CreateByName = ""; string CreateByName = "";
if (item.CreateBy == 1) if (item.CreateType == 1)
{ {
CreateByName = UserReidsCache.GetUserLoginInfo(item.CreateBy)?.AccountName ?? ""; CreateByName = UserReidsCache.GetUserLoginInfo(item.CreateBy)?.AccountName ?? "";
} }
...@@ -356,7 +356,6 @@ namespace Edu.WebApi.Controllers.Customer ...@@ -356,7 +356,6 @@ namespace Edu.WebApi.Controllers.Customer
{ {
CreateByName = UserReidsCache.GetAppletCustomerLoginInfo(item.CreateBy)?.CustomerName ?? ""; CreateByName = UserReidsCache.GetAppletCustomerLoginInfo(item.CreateBy)?.CustomerName ?? "";
} }
list.Add(new list.Add(new
{ {
item.LogId, item.LogId,
......
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