@@ -100,6 +100,7 @@
pushStatus = 0
AND beansType IN (1, 2, 3, 4, 8)
AND delFlag = 0
+ AND userId = #{userId}
ORDER BY
ADDTIME DESC
LIMIT
@@ -138,5 +139,6 @@
<if test="type != null and type != 0">
AND type = #{type}
</if>
+ ORDER BY addTime DESC
</select>
</mapper>