优化基于CID 的用户统计

This commit is contained in:
2025-11-13 15:06:24 +08:00
parent a5d856f96b
commit 8022b86794
6 changed files with 47 additions and 7 deletions

View File

@@ -329,8 +329,8 @@
</select>
<select id="getUserGroupProjectStatistics" resultType="com.sdm.project.model.vo.UserGroupProjectVo">
select
nm.nodeId,
nm.user_id as userId,
nodeId,
user_id as userId
from simulation_node_member
where user_id in (
<foreach collection='userIds' item='userId' index='index' separator=','>