1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

modify the post of selectLimitByUserId in sendTime

This commit is contained in:
cccccyb
2023-05-30 23:21:38 +08:00
parent 88859e2791
commit ddd93bf28b

View File

@@ -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>