huiwon.seo 4 years ago
parent
commit
619927a2b0
1 changed files with 4 additions and 2 deletions
  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="#,###" />
                                             <fmt:formatNumber value="${total}" pattern="#,###" />
                                         </div>
                                         </div>
                                         <div class="col-6 text-right">
                                         <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>
                                             </c:if>
                                         </div>
                                         </div>
                                     </div>
                                     </div>