|
@ -165,7 +165,7 @@ |
|
|
${groupTableName}.ID |
|
|
${groupTableName}.ID |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
order by ic_resi_user.CREATED_TIME desc |
|
|
order by ic_resi_user.CREATED_TIME desc,ic_resi_user.id desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateToDel" parameterType="java.lang.String"> |
|
|
<update id="updateToDel" parameterType="java.lang.String"> |
|
@ -203,7 +203,7 @@ |
|
|
${groupTableName}.ID |
|
|
${groupTableName}.ID |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
order by ic_resi_user.CREATED_TIME desc |
|
|
order by ic_resi_user.CREATED_TIME desc,ic_resi_user.id desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 查询个人信息 --> |
|
|
<!-- 查询个人信息 --> |
|
|