Commit 8a66ee32 authored by 黄奎's avatar 黄奎

页面修改

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