From 0a2513245c0736df7fcc271e11f56e5433db70a2 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Fri, 5 Jan 2024 17:06:50 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7net8=20=E6=A8=A1=E5=9E=8B?=
=?UTF-8?q?=E8=A6=81=E6=B1=82=E4=B8=A5=E6=A0=BC=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Inspection/DTO/InspectionModel.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs
index dfd96079c..412f1026d 100644
--- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs
+++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs
@@ -298,7 +298,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public T Data { get; set; }
- public SignDTO SignInfo { get; set; }
+ public SignDTO? SignInfo { get; set; }
}
From c8d0ef9043a57277652f7fe334972c334cc23062 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 15 Jan 2024 16:10:44 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9study=20=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.API/appsettings.Test_Study.json | 2 +-
IRaCIS.Core.API/appsettings.Uat_Study.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.API/appsettings.Test_Study.json b/IRaCIS.Core.API/appsettings.Test_Study.json
index 46025bfee..122983466 100644
--- a/IRaCIS.Core.API/appsettings.Test_Study.json
+++ b/IRaCIS.Core.API/appsettings.Test_Study.json
@@ -55,7 +55,7 @@
"FromName": "Test_Study",
"AuthorizationCode": "zhanying123",
- "SiteUrl": "http://test.study.extimaging.com/login"
+ "SiteUrl": "http://study.test.extimaging.com/login"
}
}
diff --git a/IRaCIS.Core.API/appsettings.Uat_Study.json b/IRaCIS.Core.API/appsettings.Uat_Study.json
index 9082cb8c9..4a9458ecf 100644
--- a/IRaCIS.Core.API/appsettings.Uat_Study.json
+++ b/IRaCIS.Core.API/appsettings.Uat_Study.json
@@ -53,7 +53,7 @@
"FromEmail": "uat-study@extimaging.com",
"FromName": "Uat_Study",
"AuthorizationCode": "zhanying123",
- "SiteUrl": "http://uat.study.extimaging.com/login"
+ "SiteUrl": "http://study.uat.extimaging.com/login"
}
}
From af77d5be568109e2b4704597d4df9c0c7572ac5f Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 22 Jan 2024 11:09:19 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6?=
=?UTF-8?q?=E6=A8=A1=E6=9D=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.API/wwwroot/EmailTemplate/AdminAddUser.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/AdminResetUser.html | 2 +-
.../wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress.html | 2 +-
.../EmailTemplate/SubjectEnrollConfirmOrPDProgress_US.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorExistJoin.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorFirstJoin.html | 2 +-
.../wwwroot/EmailTemplate/TrialSiteSurveyReject.html | 2 +-
.../wwwroot/EmailTemplate/TrialSiteSurveyReject_US.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserExistJoin.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserFirstJoin.html | 2 +-
IRaCIS.Core.API/wwwroot/EmailTemplate/UserOptCommon.html | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminAddUser.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminAddUser.html
index ba530acb4..728dde6fc 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminAddUser.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminAddUser.html
@@ -31,7 +31,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminResetUser.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminResetUser.html
index ad1130293..045b2320f 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminResetUser.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/AdminResetUser.html
@@ -28,7 +28,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress.html
index 368b1884c..7ba12b97a 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress.html
@@ -18,7 +18,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress_US.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress_US.html
index 4607c5af2..52fd9841e 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress_US.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/SubjectEnrollConfirmOrPDProgress_US.html
@@ -14,7 +14,7 @@
Thank you for using our IRC imaging system.
- {0}。
+ {0}.
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorExistJoin.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorExistJoin.html
index 4152662c4..46ea36656 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorExistJoin.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorExistJoin.html
@@ -42,7 +42,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorFirstJoin.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorFirstJoin.html
index 9f7422603..159216984 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorFirstJoin.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialDoctorFirstJoin.html
@@ -43,7 +43,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject.html
index a2b8f771c..3c182eddc 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject.html
@@ -40,7 +40,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject_US.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject_US.html
index caa38e3b7..e1a3b132e 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject_US.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialSiteSurveyReject_US.html
@@ -8,7 +8,7 @@
- Dear {0} ,
+ Dear {0} ,
The site survey questionnaire you filled in has been rejected. Details are as follows:
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserExistJoin.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserExistJoin.html
index 3b91510ab..8a0ae7fe1 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserExistJoin.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserExistJoin.html
@@ -43,7 +43,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserFirstJoin.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserFirstJoin.html
index 958d8fe83..32b64456d 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserFirstJoin.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/TrialUserFirstJoin.html
@@ -43,7 +43,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗
diff --git a/IRaCIS.Core.API/wwwroot/EmailTemplate/UserOptCommon.html b/IRaCIS.Core.API/wwwroot/EmailTemplate/UserOptCommon.html
index d6bfd963e..d99e1d76d 100644
--- a/IRaCIS.Core.API/wwwroot/EmailTemplate/UserOptCommon.html
+++ b/IRaCIS.Core.API/wwwroot/EmailTemplate/UserOptCommon.html
@@ -18,7 +18,7 @@
-
祝您顺利!/Best Regards
+
祝您顺利!
展影医疗