사용하지 않는 부분에 대한 출력 삭제

This commit is contained in:
2026-02-20 16:20:26 +09:00
parent 2884c209d2
commit 8cdbfd3cbf

View File

@ -49,7 +49,7 @@ if( isset($search_word) && $search_word ) { // 검색어가 있을때만 돌림
<th class="text-center">회원번호</th>
<th class="text-center">상태</th>
<th class="text-center">회원구분</th>
<th class="text-center">대표성명</th>
<!--<th class="text-center">대표성명</th>-->
<th class="text-center">성명</th>
<th class="text-center">연락처</th>
<th class="text-center">입장횟수</th>
@ -64,7 +64,7 @@ if( isset($search_word) && $search_word ) { // 검색어가 있을때만 돌림
<td class="text-center"><?=sprintf("%06d",$R['mem_no'])?></td>
<td class="text-center"><?=$R['status']?></td>
<td class="text-center"><?=$R['ca_name']?></td>
<td class="text-center"><?=$R['rep_name']?></td>
<!--<td class="text-center"><?=$R['rep_name']?></td>-->
<td class="text-center"><?=$R['name']?></td>
<td class="text-center"><?=$R['tel']?></td>
<td class="text-center"><?=$R['ent_count']?></td>