Fix: 연간회원 엑셀 내보내기 기능 수정 - 버튼 경로 수정 및 연간회원 테이블 쿼리 적용

This commit is contained in:
2026-02-20 09:41:29 +09:00
parent 4479323b25
commit 644b0103a2
2 changed files with 63 additions and 1 deletions

View File

@ -80,7 +80,7 @@ $set_annual_status = array("정상", "검토대기", "만료");
<p>전체 회원 수 : <b><?=$record_count?></b> | 검색 회원 수 : <?=$search_count ? $search_count : $record_count?></p>
</div>
<div class="d-flex flex-row-reverse column-gap-2">
<form method="post" action="inc/annual_member_list_excel.php">
<form method="post" action="annual_member_list.excel.php">
<button type="submit" class="btn btn-secondary" >엑셀저장</button>
</form>
<?php if($_SESSION['user_lv'] > "1"){ // 추가 권한 체크 ?>