관리자 지정된 회원보다 먼저 가입된 회원의 등급 변경 오류
관리자 지정된 회원보다 먼저 가입된 회원의 등급 변경이 안됩니다.
아래와 같이 아이디를 가지고 오지 못하네요...
update nc_member set cm_level = '30' where mb_id = 'ysyu1964' and cb_id = 'cb_609'
update nc_member set cm_level = '30' where mb_id = 'ok0107000' and cb_id = 'cb_609'
update nc_member set cm_level = '10' where mb_id = '' and cb_id = 'cb_609'
모든 클럽에서 그런것은 아니구요.
아래와 같이 아이디를 가지고 오지 못하네요...
update nc_member set cm_level = '30' where mb_id = 'ysyu1964' and cb_id = 'cb_609'
update nc_member set cm_level = '30' where mb_id = 'ok0107000' and cb_id = 'cb_609'
update nc_member set cm_level = '10' where mb_id = '' and cb_id = 'cb_609'
모든 클럽에서 그런것은 아니구요.
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
나중에 확인 부탁드리겠습니다.