From 5fb8a58f6daaa5dfc0b2a349e1fed28f625b63ee Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 26 十二月 2019 20:08:26 +0800
Subject: [PATCH] 优化编译报错问题
---
UserService/src/main/java/com/java110/user/dao/IUserServiceDao.java | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/UserService/src/main/java/com/java110/user/dao/IUserServiceDao.java b/UserService/src/main/java/com/java110/user/dao/IUserServiceDao.java
index 8c40d7a..0a02432 100644
--- a/UserService/src/main/java/com/java110/user/dao/IUserServiceDao.java
+++ b/UserService/src/main/java/com/java110/user/dao/IUserServiceDao.java
@@ -349,4 +349,41 @@
* @throws DAOException 鏁版嵁澶勭悊寮傚父
*/
public void updateUserCredentialsInstance(Map businessUserCredentials) throws DAOException;
+
+ /**
+ * 鏌ヨ鍛樺伐鎬婚噺
+ * @param businessUser
+ * @return
+ * @throws DAOException
+ */
+ public int getStaffCount(Map businessUser) throws DAOException;
+
+
+ /**
+ * 鏌ヨ缁勭粐淇℃伅锛坕nstance杩囩▼锛�
+ * 鏍规嵁bId 鏌ヨ缁勭粐淇℃伅
+ * @param info bId 淇℃伅
+ * @return 缁勭粐淇℃伅
+ * @throws DAOException DAO寮傚父
+ */
+ List<Map> getStaffs(Map info) throws DAOException;
+
+
+ /**
+ * 鏌ヨ鐢ㄦ埛鎬婚噺
+ * @param businessUser
+ * @return
+ * @throws DAOException
+ */
+ public int getUserCount(Map businessUser) throws DAOException;
+
+
+ /**
+ * 鏌ヨ鐢ㄦ埛淇℃伅锛坕nstance杩囩▼锛�
+ * 鏍规嵁bId 鏌ヨ缁勭粐淇℃伅
+ * @param info bId 淇℃伅
+ * @return 缁勭粐淇℃伅
+ * @throws DAOException DAO寮傚父
+ */
+ List<Map> getUsers(Map info) throws DAOException;
}
--
Gitblit v1.8.0