删除多余的分号
continuous-integration/drone/push Build is failing Details

Test_IRC_Net8
hang 2026-05-28 16:08:14 +08:00
parent 376dcc5bd5
commit f6530cfb32
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ namespace IRaCIS.Core.Application.Service
},
NotShowFieldList = new List<string>() { "IsRoutineMRIPDEE", "MRIPDFFScanTime", "MRIPDFFLeadTime", "MRIPDFFOther", "IsAuthorizeRadiologistsParticipate", "AssignFixedTechnologists", "ISStrictManualBurnFlag", "NotStrictManualBurnFlagReason" };
NotShowFieldList = new List<string>() { "IsRoutineMRIPDEE", "MRIPDFFScanTime", "MRIPDFFLeadTime", "MRIPDFFOther", "IsAuthorizeRadiologistsParticipate", "AssignFixedTechnologists", "ISStrictManualBurnFlag", "NotStrictManualBurnFlagReason" }
};