fix:优化数据统计查询用户组项目统计

This commit is contained in:
2026-03-13 15:41:05 +08:00
parent 3600da9918
commit 128a65b590

View File

@@ -476,10 +476,11 @@
<where>
task.tenant_Id = #{req.tenantId}
and
simulation_task_member.type in(
task_member.type in(
<foreach collection="taskMemberTypeList" item="taskMemberType" index="index" separator=",">
#{taskMemberType}
</foreach>
)
and
task_member.user_id in
(
@@ -535,10 +536,11 @@
<where>
task.tenant_Id = #{req.tenantId}
and
simulation_task_member.type in(
task_member.type in(
<foreach collection="taskMemberTypeList" item="taskMemberType" index="index" separator=",">
#{taskMemberType}
</foreach>
)
and task_member.user_id in
(
@@ -571,7 +573,7 @@
<where>
task.tenant_Id = #{req.tenantId}
and
simulation_task_member.type in(
task_member.type in(
<foreach collection="taskMemberTypeList" item="taskMemberType" index="index" separator=",">
#{taskMemberType}
</foreach>