zouxuan 5 лет назад
Родитель
Сommit
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},