Commit d7e36140 authored by alex yao's avatar alex yao

fix: 记录正序

parent d4089246
......@@ -12,4 +12,4 @@ from
left join biz_agent_application_publish baap on baadr.agent_id = baap.agent_id and baap.is_deleted = 'N'
where baadr.is_deleted = 'N'
<<and baadr.dialogs_id = :dialogueId>>
order by baadr.`timestamp` desc
\ No newline at end of file
order by baadr.`timestamp` asc
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment