瀏覽代碼

调整病案首页出院诊断获取类别

liuqq 3 年之前
父節點
當前提交
9d30cd71a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/diagbot/facade/ViewFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/ViewFacade.java

@@ -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);
 
                 //获取化验信息和相应的化验结果并添加修改