<!-- 更新阅读次数 -->
<update id="updateReadCount" parameterType="com.sjq.cg.purchaseplan.pojo.PortalArtile">
update portal_article
SET read_count = IFNULL(read_count,0) + #{readCount}
where article_id = #{articleId}
</update>
mybatis更新文章阅读次数
最新推荐文章于 2023-05-05 21:20:52 发布