From 7c72ee25f3849b071aec6bbd15f977fb65ad5756 Mon Sep 17 00:00:00 2001
From: "HK\\Administrator" <461671400@qq.com>
Date: Thu, 30 Dec 2021 18:28:24 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Edu.Module.Course/EducationContractModule.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Edu.Module.Course/EducationContractModule.cs b/Edu.Module.Course/EducationContractModule.cs
index c406242e..55f47f0c 100644
--- a/Edu.Module.Course/EducationContractModule.cs
+++ b/Edu.Module.Course/EducationContractModule.cs
@@ -698,7 +698,7 @@ namespace Edu.Module.Course
             };
             if (!string.IsNullOrEmpty(StuIDCard))
             {
-                keyValues.Add(nameof(RB_Education_Contract_ViewModel.Sign), StuIDCard);
+                keyValues.Add(nameof(RB_Education_Contract_ViewModel.StuIDCard), StuIDCard);
             }
             var model = education_ContractRepository.GetEntity(contractId);
             var notifyObj = accountRepository.GetEntity(model.CreateBy);
-- 
2.18.1