@ -25,7 +25,7 @@
WHERE
del_flag = '0'
AND ic_user_id = #{icUserId}
ORDER BY change_time DESC, type ASC
ORDER BY CREATED_TIME DESC, type ASC
</select>
@ -81,4 +81,4 @@
where IC_USER_ID = #{icResiUserId}
</update>
</mapper>