thymeleaf th:if 多条件判断
<div th:if="${roleId eq '1' || roleId eq '2'} "
class="btn-group-sm" id="toolbar" role="group">
</div>
th:if="${(formTab.formTabPk == formValue.formTabFk) && (formTab.formType eq '1')}"
th:if="${(not #strings.isEmpty(aiParseType)) && (#strings.indexOf(aiParseType, '2') > -1)}
简单的记录一下。。。。。。