mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
totalUsers
This commit is contained in:
@@ -47,7 +47,7 @@ public class ReportServiceImpl extends JpaServiceImpl<ReportMapper,JpaEntity> i
|
||||
}
|
||||
|
||||
public Integer totalUsers(HashMap<String,Object> reportParameter) {
|
||||
return getMapper().totalDepts(reportParameter);
|
||||
return getMapper().totalUsers(reportParameter);
|
||||
}
|
||||
|
||||
public Integer totalDepts(HashMap<String,Object> reportParameter) {
|
||||
|
||||
Reference in New Issue
Block a user