LogViewer B2 CEID=308,309 Name to ModelID
ServerLog ViewList.xml 내문서/DDUtility 폴더로 복제 및 사용
This commit is contained in:
@@ -566,7 +566,7 @@ namespace DDUtilityApp.LOGPARSER
|
||||
|
||||
string propertyName = values[0].Trim();
|
||||
string valueB = values[1].Trim().Replace("'", "");
|
||||
string valueA = data.PropertyGet(propertyName);
|
||||
string valueA = data.PropertyGet(propertyName).ToString();
|
||||
if (valueA != valueB) flag = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user