CalledAE 名字错误
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aae243e36e
commit
de01da975e
|
@ -78,7 +78,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
var verifyExp2 = new EntityVerifyExp<TrialDicomAE>()
|
var verifyExp2 = new EntityVerifyExp<TrialDicomAE>()
|
||||||
{
|
{
|
||||||
VerifyExp = u => u.IP == addOrEditDicomAE.CalledAE ,
|
VerifyExp = u => u.CalledAE == addOrEditDicomAE.CalledAE ,
|
||||||
|
|
||||||
//"AE名称不能与其他项目相同"
|
//"AE名称不能与其他项目相同"
|
||||||
VerifyMsg = _localizer["TrialDicomAE_RepeatCalledAE"]
|
VerifyMsg = _localizer["TrialDicomAE_RepeatCalledAE"]
|
||||||
|
|
Loading…
Reference in New Issue