Commit b8c57487 authored by alex yao's avatar alex yao

fix:【【POE】-【个人空间】最新编辑的应用应排在最前面】

--bug= 1009107
parent d1b0c21a
......@@ -29,4 +29,4 @@ from
where is_deleted = 'N'
<< and member_id = :memberId >>
<< and (LOCATE(:query,agent_title) or LOCATE(:query,agent_desc))>>
order by id desc
\ No newline at end of file
order by MODIFIED_TIME desc
\ 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