no message

master
강석 최 2023-01-27 12:05:29 +09:00
parent 59643af649
commit 7d7ef14d42
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
<div class="col-sm-4"> <div class="col-sm-4">
<select class="form-select form-select-sm" id="seriesCd" name="seriesCd"> <select class="form-select form-select-sm" id="seriesCd" name="seriesCd">
<option value="">--선택--</option> <option value="">--선택--</option>
<th:block th:each="code:${seriesList}"> <th:block th:each="code:${session.commonCode.get(userInfo.outturnCd)}">
<option th:value="${code.itemCd}" th:text="${code.itemValue}" th:selected="${code.itemCd eq userInfo.seriesCd}"></option> <option th:value="${code.itemCd}" th:text="${code.itemValue}" th:selected="${code.itemCd eq userInfo.seriesCd}"></option>
</th:block> </th:block>
</select> </select>