@Query("update BbsPost b set b.content = ?2,b.updateTime = current_timestamp where b.id = ?1") @Modifying void updatePostContent(Integer id, ...
確定! 回上一頁