中心调研国际化修改

Uat_IRC_Net8
hang 2026-05-21 14:23:13 +08:00
parent 8045f96106
commit ab0e7afdb8
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ namespace IRaCIS.Core.Application.Contracts
if (currentLatest.Email != userInfo.ReplaceUserEmailOrPhone) if (currentLatest.Email != userInfo.ReplaceUserEmailOrPhone)
{ {
//---该中心不存在该交接人的中心调研记录表,不允许选择更新。 //---该中心不存在该交接人的中心调研记录表,不允许选择更新。
return ResponseOutput.NotOk(_localizer["TrialSiteSurvey_NoRecordToUpdate"]); return ResponseOutput.NotOk(_localizer["TrialSiteSurvey_NoRecordToUpdate", currentLatest.Email]);
} }