mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
modify the post of selectLimitByUserId in sendTime
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
and notice_receive.user_id=#{userId}
|
and notice_receive.user_id=#{userId}
|
||||||
and notice_receive.deleted=0
|
and notice_receive.deleted=0
|
||||||
</where>
|
</where>
|
||||||
order by n.top desc, n.create_time desc
|
order by n.top desc, n.send_time desc
|
||||||
limit 5;
|
limit 5;
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user