Commit 37326f03b1bfe411e25f65b6362947eef734e0af

Authored by 周伟鹏
1 parent e041b6a3

update

src/main/resources/mapper/ShyCommentsMapper.xml
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 <id column="id" jdbcType="INTEGER" property="id" /> 8 <id column="id" jdbcType="INTEGER" property="id" />
9 <result column="comment_content" jdbcType="VARCHAR" property="comment_content" /> 9 <result column="comment_content" jdbcType="VARCHAR" property="comment_content" />
10 <result column="comment_user_id" jdbcType="INTEGER" property="comment_user_id" /> 10 <result column="comment_user_id" jdbcType="INTEGER" property="comment_user_id" />
11 - <result column="program_id" jdbcType="INTEGER" property="program_id" /> 11 + <result column="program_id" jdbcType="VARCHAR" property="program_id" />
12 <result column="activity_id" jdbcType="VARCHAR" property="activity_id" /> 12 <result column="activity_id" jdbcType="VARCHAR" property="activity_id" />
13 <result column="platform" jdbcType="VARCHAR" property="platform" /> 13 <result column="platform" jdbcType="VARCHAR" property="platform" />
14 <result column="comment_title" jdbcType="VARCHAR" property="comment_title" /> 14 <result column="comment_title" jdbcType="VARCHAR" property="comment_title" />