..
This commit is contained in:
@@ -248,7 +248,7 @@ namespace FCM0000
|
||||
if (dr[0] == DBNull.Value) continue; //nullerror
|
||||
|
||||
string sangho = dr[1].ToString().Trim();
|
||||
int cnt = (int)(taE.ExistName(sangho));
|
||||
int cnt = (int)(taE.ExistName(sangho,FCOMMON.info.Login.gcode));
|
||||
if (cnt > 0) continue;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user