ssh框架中hql语句 显示两表信息
在页面使用${s.patient.patientId}可以显示id;使用${s.patient.name}报错:org.apache.jasper.JasperExcep...
在页面使用${s.patient.patientId }可以显示id;
使用${s.patient.name }报错:
org.apache.jasper.JasperException: An exception occurred processing JSP page /html/serviceVisitList.jsp at line 92
89: <tr>
90: <td height="20" bgcolor="#FFFFFF" class="STYLE6"><div align="center"><span class="STYLE19">${s.visitId }</span></div></td>
91:
92: <td height="20" bgcolor="#FFFFFF" class="STYLE19"><div align="center">${s.patient.name }</div></td>
此时HQL语句:from Visit
怎样实现页面上也能显示P表的name值 展开
使用${s.patient.name }报错:
org.apache.jasper.JasperException: An exception occurred processing JSP page /html/serviceVisitList.jsp at line 92
89: <tr>
90: <td height="20" bgcolor="#FFFFFF" class="STYLE6"><div align="center"><span class="STYLE19">${s.visitId }</span></div></td>
91:
92: <td height="20" bgcolor="#FFFFFF" class="STYLE19"><div align="center">${s.patient.name }</div></td>
此时HQL语句:from Visit
怎样实现页面上也能显示P表的name值 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询