From 45510e31b4db40279d359a61e1f07726de0d3dd1 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 25 Nov 2024 18:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=8C=BB=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shentun.Peis.Domain/EntityHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Domain/EntityHelper.cs b/src/Shentun.Peis.Domain/EntityHelper.cs index ec82ff9..8ada9f0 100644 --- a/src/Shentun.Peis.Domain/EntityHelper.cs +++ b/src/Shentun.Peis.Domain/EntityHelper.cs @@ -912,7 +912,7 @@ namespace Shentun.Peis var s1 = userlist.Find(m => m.Id.ToString() == CheckDoctorName); if (s1 != null) { - msg = s1.Name; + msg = s1.Surname; } else {