Revert "稽查修改"
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This reverts commit 83e64fd4aa
.
Test_HIR_Net8
parent
83e64fd4aa
commit
006d1bd167
|
@ -2219,12 +2219,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
var entity = item.Entity as ReadingClinicalDataPDF;
|
var entity = item.Entity as ReadingClinicalDataPDF;
|
||||||
|
|
||||||
string extraIndentification=string.Empty;
|
|
||||||
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager)
|
|
||||||
{
|
|
||||||
extraIndentification= "/PM";
|
|
||||||
}
|
|
||||||
|
|
||||||
var clinicalData = await _dbContext.ReadingClinicalData.Where(t => t.Id == entity.ReadingClinicalDataId).FirstOrDefaultAsync();
|
var clinicalData = await _dbContext.ReadingClinicalData.Where(t => t.Id == entity.ReadingClinicalDataId).FirstOrDefaultAsync();
|
||||||
if (clinicalData != null)
|
if (clinicalData != null)
|
||||||
{
|
{
|
||||||
|
@ -2255,7 +2249,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
TrialId = clinicalData.TrialId,
|
TrialId = clinicalData.TrialId,
|
||||||
SubjectId = clinicalData.SubjectId,
|
SubjectId = clinicalData.SubjectId,
|
||||||
ExtraIndentification = extraIndentification,
|
|
||||||
SubjectVisitId = subjectVisitId,
|
SubjectVisitId = subjectVisitId,
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue