cr파트리스트 -> nr 등록 화면에서 일부 사용자가 표시되지 않는 현상 수정
This commit is contained in:
@@ -148,8 +148,8 @@ namespace FPJ0000
|
||||
var cn = FCOMMON.DBM.getCn();
|
||||
cn.Open();
|
||||
string sql = "select [id],[name] " +
|
||||
" from users" +
|
||||
" where gcode='{1}' and id <> '{0}'" +
|
||||
" from vGroupUser" +
|
||||
" where gcode='{1}' and isnull(useUserState,0) = 1 and id <> '{0}'" +
|
||||
" order by [name]";
|
||||
sql = string.Format(sql, FCOMMON.info.Login.no, FCOMMON.info.Login.gcode);
|
||||
var cmd = new System.Data.SqlClient.SqlCommand(sql, cn);
|
||||
|
||||
Reference in New Issue
Block a user