fix:优化数据统计查询用户组项目统计
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user