zouxuan 5 سال پیش
والد
کامیت
09e33e2447
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ImGroupNoticeMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ImGroupNoticeMapper.xml

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