Uat_Study
he 2022-11-04 16:45:03 +08:00
parent b273de910b
commit e2ab2dab3d
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ namespace IRaCIS.Application.Services
string msg = string.Empty; string msg = string.Empty;
try try
{ {
msg = $"{ errorMsgDic[criterionInfo.CriterionType]}"; msg = errorMsgDic[criterionInfo.CriterionType];
} }
catch (Exception) catch (Exception)
{ {