|
@@ -181,8 +181,8 @@ public interface SiMzDao {
|
|
"where patient_id=#{patNo} and times=#{times}")
|
|
"where patient_id=#{patNo} and times=#{times}")
|
|
String selectReceiptBill(String patNo, int times);
|
|
String selectReceiptBill(String patNo, int times);
|
|
|
|
|
|
- @Select("select rtrim(social_no) from mz_patient_mi where patient_id=#{patNo}")
|
|
|
|
- String selectPatientIdCardNo(String patNo);
|
|
|
|
|
|
+ @Select("select result from t_si_log where msgid=#{msgid}")
|
|
|
|
+ String getLogContent(String msgid);
|
|
|
|
|
|
@Select("select b.psn_no,b.insutype,b.psn_name,a.visit_date as begntime, " +
|
|
@Select("select b.psn_no,b.insutype,b.psn_name,a.visit_date as begntime, " +
|
|
"mdtrtCertType='02',b.certno as mdtrtCertNo,certType='1',b.certno,b.med_type, " +
|
|
"mdtrtCertType='02',b.certno as mdtrtCertNo,certType='1',b.certno,b.med_type, " +
|