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