소스 검색

会诊的电子签名

xiaochan 1 개월 전
부모
커밋
44dd3c0112

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/inpatient/casefrontsheet/JieShouHuiZhenDao.java

@@ -48,7 +48,7 @@ public interface JieShouHuiZhenDao {
             "       a.admiss_times, " +
             "       sex, " +
             "       req_date," +
-            "       req_dept1, " +
+            "       req_dept1,input_id, " +
             "       (select rtrim(name) name from zd_unit_code with (nolock) where code = req_dept1)                     req_dept1_name, " +
             "       (select birth_date from a_patient_mi with (nolock) where a.inpatient_no = a_patient_mi.inpatient_no) birth_date, " +
             "       (select rtrim(name) name from zd_unit_code with (nolock) where code = req_dept2)                     req_dept2, " +

+ 2 - 0
src/main/java/thyyxxk/webserver/entity/casefrontsheet/JieShouHuiZhenPojo.java

@@ -81,4 +81,6 @@ public class JieShouHuiZhenPojo {
     private String inputName;
 
     private BigDecimal actOrderNo;
+
+    private String inputId;
 }