Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lannlife
ReportService
Merge requests
!113
perf(crm): 优化留存分析中的用户数量统计
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
lannlife
requested to merge
opt-LE-4365
into
master
Jul 02, 2025
Overview
0
Commits
1
Changes
3
将 getTheNumberOfRetention 方法的返回类型从 List 改为 int
更新 SQL 查询,使用 count(*) 直接统计用户数量
修改 CRMReportDaoServiceImpl 中的相关调用,使用 int 类型接收结果