@@ -50,7 +50,7 @@
title_ = #{title},
</if>
<if test="content != null">
- content_ = content,
+ content_ = #{content},
<if test="isTop != null">
is_top_ = #{isTop},