Ver código fonte

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

liuqq 3 anos atrás
pai
commit
9d30cd71a3
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 
                 //获取化验信息和相应的化验结果并添加修改