huiwon.seo 4 년 전
부모
커밋
619927a2b0
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/main/webapp/WEB-INF/jsp/staff/list.jsp

+ 4 - 2
src/main/webapp/WEB-INF/jsp/staff/list.jsp

@@ -88,8 +88,10 @@
                                             <fmt:formatNumber value="${total}" pattern="#,###" />
                                         </div>
                                         <div class="col-6 text-right">
-                                            <c:if test="${sesGroupIdx eq '1' or sesGroupIdx eq '2'}">
-                                                <button class="btn btn-primary" onclick="location.href='./new';">의료진 신규 등록</button>
+                                            <c:if test="${data._SES_GROUP_IDX ne 1}">
+                                                <c:if test="${sesGroupIdx eq '1' or sesGroupIdx eq '2'}">
+                                                    <button class="btn btn-primary" onclick="location.href='./new';">의료진 신규 등록</button>
+                                                </c:if>
                                             </c:if>
                                         </div>
                                     </div>