This commit is contained in:
chikyun.kim
2018-11-26 11:34:20 +09:00
parent 8002b1a254
commit 3f68c3c5e8
19 changed files with 1072 additions and 664 deletions

View File

@@ -254,7 +254,7 @@ namespace FEQ0000
newdr["receive"] = dr[2].ToString();
newdr["sc"] = dr[3].ToString();
newdr["request"] = dr[4].ToString();
newdr["sid"] = dr[5].ToString();
newdr["sid"] = dr[5].ToString().Replace(" ",""); //181116 - 빈공백제거
//이름 변경함
if (dr[6].ToString() != "") dr[6] = dr[6].ToString().Replace("*", "x");