totalUsers

This commit is contained in:
shimingxy
2025-08-06 15:03:01 +08:00
parent 5523620a20
commit 379e0c4559

View File

@@ -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) {