sap 클립보드 기능 추가
This commit is contained in:
@@ -1019,7 +1019,20 @@ namespace FCOMMON
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
public static string GetUserTel(string gcode, string uid)
|
||||
{
|
||||
var slq = "select isnull(tel,'') from vGroupUser" +
|
||||
$" where gcode = '{gcode}'" +
|
||||
$" and id = '{uid}'";
|
||||
try
|
||||
{
|
||||
return ExecuteScalar(slq);
|
||||
}catch ( Exception ex)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static System.Data.DataTable getUserProjectList(string userName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user