해외장비 제거를 매크로로 진행 한다.
This commit is contained in:
@@ -274,17 +274,17 @@ namespace FEQ0000
|
||||
var rcsflag = dr[1].ToString();
|
||||
//if (rcsflag != "M") continue;
|
||||
|
||||
if (linecode.StartsWith("AJ900T")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AJ9000E")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AJ9000S")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AJ900T")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AJ9000E")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AJ9000S")) continue; //해외장비 제거
|
||||
|
||||
if (linecode.StartsWith("AF900T")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AF9000E")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AF9000S")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AF900T")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AF9000E")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AF9000S")) continue; //해외장비 제거
|
||||
|
||||
if (linecode.StartsWith("AS900T")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AS9000E")) continue; //해외장비 제거
|
||||
if (linecode.StartsWith("AS9000S")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AS900T")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AS9000E")) continue; //해외장비 제거
|
||||
//if (linecode.StartsWith("AS9000S")) continue; //해외장비 제거
|
||||
|
||||
|
||||
//없는 라인코드는 추가
|
||||
|
||||
Reference in New Issue
Block a user