개정판 8829d0c5
dev issue #000 : test
Change-Id: Ic34b1f2d656ac7e11a27b91f794c020ca0de2d2f
DTI_PID/SPPIDConverter/DB/Project_DB.cs | ||
---|---|---|
331 | 331 |
dt.Load(dr); |
332 | 332 |
List<string> childList = new List<string>(); |
333 | 333 |
foreach (DataRow row in dt.Rows) |
334 |
{ |
|
334 |
{
|
|
335 | 335 |
if (row["AdditionalSymbol"] != null && !DBNull.Value.Equals(row["AdditionalSymbol"]) && !string.IsNullOrEmpty((string)row["AdditionalSymbol"])) |
336 | 336 |
{ |
337 | 337 |
string[] array = row["AdditionalSymbol"].ToString().Split(new char[] { '/' }); |
내보내기 Unified diff