사용자 권한체크 주석 해제

This commit is contained in:
wntk8
2025-11-04 15:57:16 +09:00
parent 68c6196d21
commit 420eb93c39

View File

@@ -697,7 +697,7 @@ public class ContentsBbsServiceImpl implements ContentsBbsService {
map.put("msgCode", Constants.FAIL); map.put("msgCode", Constants.FAIL);
map.put("msgDesc","시술예약(쁘띠) 썸네일 하단 정보가 없습니다."); map.put("msgDesc","시술예약(쁘띠) 썸네일 하단 정보가 없습니다.");
} }
*/
if(true == check){ if(true == check){
// 사용자 확인 // 사용자 확인
List<Map<String, Object>> userListMap = webMemberSqlMapDAO.checkMember(paramMap); List<Map<String, Object>> userListMap = webMemberSqlMapDAO.checkMember(paramMap);
@@ -712,7 +712,7 @@ public class ContentsBbsServiceImpl implements ContentsBbsService {
map.put("msgDesc", "사용자 정보가 올바르지 않습니다."); map.put("msgDesc", "사용자 정보가 올바르지 않습니다.");
} }
} }
*/
if(true == check){ if(true == check){
// 권한 조회 // 권한 조회
HashMap<String, Object> authCheckParamMap = new HashMap<String, Object>(); HashMap<String, Object> authCheckParamMap = new HashMap<String, Object>();