|
@@ -126,6 +126,7 @@ public class UserService {
|
|
patientSearch.setInstitutionId(exam.getInstitutionId());
|
|
patientSearch.setInstitutionId(exam.getInstitutionId());
|
|
patientSearch.setSearchResult("1");
|
|
patientSearch.setSearchResult("1");
|
|
patientSearch.setExamId(exam.getId());
|
|
patientSearch.setExamId(exam.getId());
|
|
|
|
+ patientSearch.save();
|
|
return wechatBind;
|
|
return wechatBind;
|
|
}
|
|
}
|
|
|
|
|