liusheng
8 天以前 7eb4c98f4d96bebf28685d801e7b978d6c3d251e
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);
    /**
     * 查询患者档案列表
     *