smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -90,4 +90,6 @@ public List<PatArchivetagAndPatientInfo> patInfoByTag(List<Long> tagids); public List<Object> getUserTreatmentInfo(String pid,String type); public List<PatTaskRelevance> getPatientInfo(PatArchiveReq patArchiveReq); }