添加SiteId

This commit is contained in:
he
2023-01-09 10:54:05 +08:00
parent df0f50187e
commit 7dec6bbc1a
4 changed files with 24 additions and 1 deletions
@@ -26,6 +26,11 @@ namespace IRaCIS.Core.Domain.Models
public DateTime UpdateTime { get; set; } = DateTime.Now;
public Guid UpdateUserId { get; set; } = Guid.Empty;
/// <summary>
/// 中心Id
/// </summary>
public Guid? SiteId { get; set; } = Guid.Empty;
[JsonIgnore]
public List<Doctor> DoctorList { get; set; }
+11 -1
View File
@@ -194,4 +194,14 @@ inner join ReadingMedicineQuestionAnswer on ReadingMedicineQuestionAnswer.TaskMe
update frontAuditConfig set DictionaryCode ='' where Code='AuditState' and DictionaryCode='AuditState'
----正式环境 修改TrialCode 错误的
----正式环境 修改TrialCode 错误的
----------------------------2023-1-09
-- 修改Hospital 的SiteId
update Hospital set Hospital.SiteId=Site.Id from Site
inner join Hospital on Hospital.HospitalName=Site.SiteName