简单记录一EL表达式的判断用法
<c:if test="${(order.status == '06'&& order.type=='02') || (order.status == '09'&& order.type=='06')}">
<
c:if
test
=
"${(order.status == '06'&& order.type=='02') || (order.status == '09'&& order.type=='06')}"
order.status
order.type=='06'
>