修改
This commit is contained in:
@@ -892,7 +892,7 @@ namespace IRaCIS.Application.Services
|
||||
string msg = string.Empty;
|
||||
try
|
||||
{
|
||||
msg = $"{ errorMsgDic[criterionInfo.CriterionType]}";
|
||||
msg = errorMsgDic[criterionInfo.CriterionType];
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user