rosewiper 2024-02-06
맞춤제작 전달방법 옵션 값 체크 오류 수정
@2a2bebfa8b3d63beb4a8a53fe6ee407fca9e73c8
src/main/webapp/WEB-INF/jsp/uss/ion/custom/MsgCustomInfo.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/custom/MsgCustomInfo.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/custom/MsgCustomInfo.jsp
@@ -291,10 +291,10 @@
 						</th>
 						<td>
 							<input type="checkbox" checked="checked" disabled> <label for="">내보관함</label>
-							<input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '1'}">checked="checked"</c:if>>
+							<input id="radio5" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '01'}">checked="checked"</c:if>>
 							<label for="radio5">카카오톡</label>
 							
-							<input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '2'}">checked="checked"</c:if>>
+							<input id="radio6" type="radio" name="customProvision" disabled="disabled" <c:if test="${mjonMsgCustomInfo.customProvision eq '02'}">checked="checked"</c:if>>
 							<label for="radio6">이메일</label>
 						</td>
 					</tr>
@@ -474,4 +474,4 @@
 </form>
 
 </body>
-</html>
+</html>
(No newline at end of file)
Add a comment
List