当${business.branchName }为空或者不存在的时候显示“请选择门店”

<c:out value="${business.branchName }" default="请选择门店"></c:out>

相关文章: