Ver 2025.05.01.0
B2 Database 변경
This commit is contained in:
@@ -58,13 +58,13 @@ namespace DDUtilityApp.LOGPARSER.DATA
|
||||
{
|
||||
get
|
||||
{
|
||||
string value = string.Empty;
|
||||
foreach(string name in this.DisplayNameOrder.Split(';'))
|
||||
{
|
||||
value = this.PropertyGet(name).ToString();
|
||||
if (!string.IsNullOrEmpty(value)) break;
|
||||
}
|
||||
return value;
|
||||
//string value = string.Empty;
|
||||
//foreach(string name in this.DisplayNameOrder.Split(';'))
|
||||
//{
|
||||
// value = this.PropertyGet(name).ToString();
|
||||
// if (!string.IsNullOrEmpty(value)) break;
|
||||
//}
|
||||
return this.MesName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user