Uat_Study
parent
b273de910b
commit
e2ab2dab3d
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue