|
@@ -31,7 +31,7 @@ public interface InspectionsDao {
|
|
|
@Select("select max(social_no) from t_wechat_patient_bind where patient_id=#{patNo}")
|
|
|
String getPatSocialNo(@Param("patNo") String patNo);
|
|
|
|
|
|
- @Select("select patient_uid,patient_name,examin_eparts,check_time from t_check_data " +
|
|
|
+ @Select("select patient_uid,patient_name,examin_eparts,check_time,top_req_no from t_check_data " +
|
|
|
"where pat_no=#{patientId} and check_time>=#{reqStartTime} and check_time<=#{reqEndTime} ")
|
|
|
List<TestReport> selectTestReportIndex(ReportIndexInquiry inquiry);
|
|
|
|