thymeleaf初始化select选择项
<select name="ckzhlx" id="ckzhlx" lay-verify="required">
<option value=""></option>
<option th:each="ckzhlx1:${application.TYCK_CKZHLX_DW_arr}" th:value="${ckzhlx1.id}"
th:text="${ckzhlx1.name}" th:selected="${ckzhlx1.id==(ckywxx==null?'':ckywxx.ckzhlx)}">
</option>
</select>
2022-7-16