서버 접속을 IT 로 변경
로그 관련은 현재 수정중
This commit is contained in:
		| @@ -374,7 +374,7 @@ namespace FCOMMON | ||||
|             var retval = new sItemInfo(); | ||||
|             retval.idx = -1; | ||||
|  | ||||
|             string sql = "select [id],[name],concat([name],'(',[id],')') as dispName,[dept],[email],[level],[tel] " + | ||||
|             string sql = "select [id],[name],([name] +'(' +[id] +')') as dispName,[dept],[email],[level],[tel] " + | ||||
|                 " from Users " + | ||||
|                 " where gcode='" + FCOMMON.info.Login.gcode + "' and  [id] <> 'dev' and dept like '%" + FCOMMON.info.Login.dept.Replace("'", "''") + "%' order by [name]"; | ||||
|             var cmd = new SqlCommand(sql, cn); | ||||
| @@ -513,7 +513,10 @@ namespace FCOMMON | ||||
|             retval.svalue = memo; | ||||
|             return retval; | ||||
|         } | ||||
|         public static Boolean insertCode(string GroupCode, string code,string memo,string svalue="") | ||||
|  | ||||
|       | ||||
|  | ||||
|         public static Boolean insertCommonCode(string GroupCode, string code,string memo,string svalue="") | ||||
|         { | ||||
|           | ||||
|             var cn = getCn(); | ||||
|   | ||||
| @@ -55,7 +55,7 @@ namespace FCOMMON | ||||
|         public static string libxlCompany = "Amkor Technology korea, Inc"; | ||||
|         public static string libxlKey = "windows-282b2b0800c5e0016bb06a6fafjfd6o8"; | ||||
|         public static int camIndex = 0; | ||||
|         public static string ftp_ip = "10.131.36.205"; | ||||
|         public static string ftp_ip = "10.131.36.57"; | ||||
|         public static string ftp_id = "project"; | ||||
|         public static string ftp_pw = "Amkor1234"; | ||||
|         public static int ftp_port = 2121; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user