|
@ -268,8 +268,8 @@ |
|
|
<where> |
|
|
<where> |
|
|
<include refid="listWhereForPage"></include> |
|
|
<include refid="listWhereForPage"></include> |
|
|
</where> |
|
|
</where> |
|
|
group by IC_RESI_USER.id |
|
|
|
|
|
<if test="null != groupByTables and groupByTables.size() > 0"> |
|
|
<if test="null != groupByTables and groupByTables.size() > 0"> |
|
|
|
|
|
group by IC_RESI_USER.id |
|
|
<foreach item="groupTableName" collection="groupByTables" open="," separator="," close=""> |
|
|
<foreach item="groupTableName" collection="groupByTables" open="," separator="," close=""> |
|
|
${groupTableName}.ID |
|
|
${groupTableName}.ID |
|
|
</foreach> |
|
|
</foreach> |
|
|