From 460d06f9660a879b6c3493d518d743cbc30265e0 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 01 六月 2020 12:25:11 +0800
Subject: [PATCH] 优化小区成员插入是的bug
---
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