|
@@ -49,7 +49,7 @@ public class InspectionsService {
|
|
|
this.inpatientService = inpatientService;
|
|
|
}
|
|
|
|
|
|
- public List<ExamIndexResponse> getExamIndex(ReportIndexInquiry inquiry) {
|
|
|
+ public List<ExamIndexResponse> checkExamIndex(ReportIndexInquiry inquiry) {
|
|
|
inquiry.setOpenid(TokenUtil.getInstance().getUserOpenid());
|
|
|
int exist = dao.selectPatIdAndOpenidMatchCount(inquiry.getPatientId(), inquiry.getOpenid());
|
|
|
if (exist == 0) {
|