Commit 2abd6a0d authored by liudong1993's avatar liudong1993

1

parent 03431845
......@@ -964,7 +964,8 @@ namespace Mall.Module.User
{
if (glModel.Type == 1)
{
Remark = "甲鹤内部:" + userInfo.EmployeeName;
var uInfo = accountRepository.GetEmployeeListRepository(new Model.Extend.Education.Employee_ViewModel { Id = glModel.EduSellId, Group_Id = financeConfig.Group_Id }).FirstOrDefault();
Remark = "甲鹤内部:" + (uInfo?.EmployeeName ?? "");
}
else if (glModel.Type == 2)
{
......
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