From e134f02c3283d188c9163454b465f6747b65bb01 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 30 五月 2020 21:21:04 +0800
Subject: [PATCH] 优化侦听类暂存

---
 CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java b/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
index 8a55ebb..7a4a04a 100644
--- a/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
+++ b/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
@@ -62,6 +62,7 @@
 
 
 
+
     /**
      * 淇敼宸℃鐐逛俊鎭�
      * @param info 淇敼淇℃伅
@@ -78,4 +79,28 @@
      */
     int queryInspectionsCount(Map info);
 
+    /**
+     * 鏌ヨ宸℃鐐规暟閲�
+     * @param info 宸℃鐐逛俊鎭�
+     * @return 宸℃鐐规暟閲�
+     */
+    public int queryInspectionsRelationShipCount(Map info);
+    /**
+     * 鏌ヨ宸℃鐐逛俊鎭紙instance锛�
+     * @param info bId 淇℃伅
+     * @return List<Map>
+     * @throws DAOException DAO寮傚父
+     */
+    public List<Map> getInspectionRelationShipInfo(Map info) throws DAOException ;
+
+
+    /**
+     * 鏌ヨ宸℃鐐逛俊鎭紙instance杩囩▼锛�
+     * 鏍规嵁bId 鏌ヨ宸℃鐐逛俊鎭�
+     * @param info bId 淇℃伅
+     * @return 宸℃鐐逛俊鎭�
+     * @throws DAOException DAO寮傚父
+     */
+    List<Map> queryInspectionsByPlan(Map info) throws DAOException;
+
 }

--
Gitblit v1.8.0