Commit 92a28cde by 徐高华

sql

parent 22c1347b
......@@ -364,6 +364,7 @@
select * from (
select ecr.member_id as memberId,
ecr.external_user_id as memberExternalUserId,
ecr.create_time AS create_time ,
scr.staff_id as staffId,
scr.clerk_id as staffClerkId
from tab_haoban_external_clerk_related as ecr
......@@ -385,7 +386,7 @@
<foreach collection="memberIdList" item="item" separator="," open="(" close=")">
#{item}
</foreach>
) t where t.staffId is not null
) t where t.staffId is not null ORDER BY t.create_time DESC
</select>
......
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