smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
@@ -4,6 +4,7 @@ import com.smartor.domain.PatArchiveOthreInfo; import com.smartor.domain.PatArchiveReq; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -23,6 +24,8 @@ */ public PatArchive selectPatArchiveByPatid(Long patid); List<PatArchive> selectPatArchiveByPatnos(@Param("patnos") List<String> patnos); /** * 查询患者档案列表 *