|
@ -29,7 +29,7 @@ |
|
|
<if test="null != receiverGroupId and receiverGroupId !=''"> |
|
|
<if test="null != receiverGroupId and receiverGroupId !=''"> |
|
|
and irg.id=#{receiverGroupId} |
|
|
and irg.id=#{receiverGroupId} |
|
|
</if> |
|
|
</if> |
|
|
order by irg.CREATED_TIME asc,igr.id asc |
|
|
order by irg.CREATED_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 我创建的组内所有的人 --> |
|
|
<!-- 我创建的组内所有的人 --> |
|
|