Kaynağa Gözat

생치센터 정보 수정 오류 수정

junekeunsong 4 yıl önce
ebeveyn
işleme
e4e9215725

+ 0 - 1
src/main/java/com/lemon/lifecenter/controller/CenterController.java

@@ -166,7 +166,6 @@ public class CenterController extends LifeCenterController {
         CenterInfoDTO dto = new CenterInfoDTO();
         dto.setCenterCode(centerCode);
         dto = centerService.selectCenterInfo(dto);
-        logger.error("jurisdiction -- > " + dto.getJurisdiction());
         
         String address = dto.getCenterAddress();
         String mainAddr = "";

+ 1 - 1
src/main/webapp/WEB-INF/jsp/center/edit.jsp

@@ -119,7 +119,7 @@ $( function(){
                                                 <td>
                                                     <select class="custom-select" name="cooperativeCode">
                                                         <c:forEach var="j" items="${cooperativeList}">
-                                                            <option value="${j.locationCode}" <c:if test="${j.locationCode eq center.cooperativeCode}"> selected="selected" </c:if>><c:out value="${j.locationName}"/></option>
+                                                            <option value="${j.locationCode}" <c:if test="${j.locationCode eq centerInfo.cooperativeCode}"> selected="selected" </c:if>><c:out value="${j.locationName}"/></option>
                                                         </c:forEach>
                                                     </select>
                                                 </td>

+ 2 - 1
src/main/webapp/WEB-INF/jsp/patient/edit.jsp

@@ -310,7 +310,8 @@ $( function(){
                                                     </td>
                                                 </tr>
                                                 <tr>
-                                                    <th>격리해제 예정일</th>
+<!--                                                     <th>격리해제 예정일</th> -->
+                                                    <th>상태 변경일</br>(퇴소, 지정병원이송, 기타)</th>
                                                     <td>
                                                         <div class="form-group calendar-bar mb-xl-0">
                                                             <fmt:parseDate var="disisolationDateTime" value="${patientData.disisolationDate}" pattern="yyyy-MM-dd HH:mm" />

+ 2 - 1
src/main/webapp/WEB-INF/jsp/patient/info.jsp

@@ -140,7 +140,8 @@ function nonFaceStart() {
                                             </td>
                                         </tr>
                                         <tr>
-                                            <th>격리해제 예정일</th>
+<!--                                             <th>격리해제 예정일</th> -->
+                                            <th>상태 변경일</br>(퇴소, 지정병원이송, 기타)</th>
                                             <td>
                                                 <fmt:parseDate var="disisolationDateTime" value="${info.disisolationDate}" pattern="yyyy-MM-dd HH:mm" />
                                                 <c:set var="disisolationDate"><fmt:formatDate value="${disisolationDateTime}" pattern="yyyy년 MM월 dd일" /></c:set>

+ 2 - 1
src/main/webapp/WEB-INF/jsp/patient/new.jsp

@@ -299,7 +299,8 @@ $( function(){
                                                     </td>
                                                 </tr>
                                                 <tr>
-                                                    <th>격리해제 예정일</th>
+<!--                                                     <th>격리해제 예정일</th> -->
+                                                    <th>상태 변경일</br>(퇴소, 지정병원이송, 기타)</th>
                                                     <td colspan="3">
                                                         <div class="form-group calendar-bar mb-xl-0">
                                                             <input class="form-control date-no-req" type="text" name="disisolationDate" autocomplete="off">