|
@@ -249,7 +249,7 @@ public class ViewFacade {
|
|
|
xyHomePageVo.setDockModeType("0");
|
|
|
this.getHomePageByView(xyHomePageVo);
|
|
|
//获取病人医嘱
|
|
|
- String doctorAdviceSql = "select * from doctor_order where behospitalCode= '" + hospitalCode + "' and behospitalnum= '" + hospitalNum + "' and diagnosetype='出院诊断'";
|
|
|
+ String doctorAdviceSql = "select * from doctor_order where behospitalCode= '" + hospitalCode + "' and behospitalnum= '" + hospitalNum + "'";
|
|
|
this.getDoctorAdvice(doctorAdviceSql);
|
|
|
|
|
|
//获取化验信息和相应的化验结果并添加修改
|