From 3acec3660921f22b58bdaa85d61a2fcfba8e6c98 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 21 六月 2023 10:11:31 +0800
Subject: [PATCH] 问卷列表

---
 smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
index 298f6b9..1308eda 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
@@ -1,19 +1,22 @@
 package com.smartor.mapper;
 
 import java.util.List;
+
 import com.smartor.domain.PatArchive;
+import com.smartor.domain.PatArchiveReq;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 鎮h�呮。妗圡apper鎺ュ彛
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
-public interface PatArchiveMapper 
-{
+@Mapper
+public interface PatArchiveMapper {
     /**
      * 鏌ヨ鎮h�呮。妗�
-     * 
+     *
      * @param patid 鎮h�呮。妗堜富閿�
      * @return 鎮h�呮。妗�
      */
@@ -21,15 +24,18 @@
 
     /**
      * 鏌ヨ鎮h�呮。妗堝垪琛�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 鎮h�呮。妗堥泦鍚�
      */
     public List<PatArchive> selectPatArchiveList(PatArchive patArchive);
 
+    public List<PatArchive> patInfoByContion(PatArchiveReq patArchive);
+
+
     /**
      * 鏂板鎮h�呮。妗�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 缁撴灉
      */
@@ -37,7 +43,7 @@
 
     /**
      * 淇敼鎮h�呮。妗�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 缁撴灉
      */
@@ -45,7 +51,7 @@
 
     /**
      * 鍒犻櫎鎮h�呮。妗�
-     * 
+     *
      * @param patid 鎮h�呮。妗堜富閿�
      * @return 缁撴灉
      */
@@ -53,7 +59,7 @@
 
     /**
      * 鎵归噺鍒犻櫎鎮h�呮。妗�
-     * 
+     *
      * @param patids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
      * @return 缁撴灉
      */

--
Gitblit v1.9.3