<c:choose>
<c:when test="${loginUser=='sxyb' }">
<td width="15%" rowspan="2">单位或区县</td>
</c:when>
<c:otherwise>
<td width="15%" rowspan="2">单位</td>
</c:otherwise>
</c:choose>
<c:when test="${loginUser=='sxyb' }">
<td width="15%" rowspan="2">单位或区县</td>
</c:when>
<c:otherwise>
<td width="15%" rowspan="2">单位</td>
</c:otherwise>
</c:choose>