Commit 37326f03b1bfe411e25f65b6362947eef734e0af
1 parent
e041b6a3
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/mapper/ShyCommentsMapper.xml
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | <id column="id" jdbcType="INTEGER" property="id" /> |
| 9 | 9 | <result column="comment_content" jdbcType="VARCHAR" property="comment_content" /> |
| 10 | 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 | 12 | <result column="activity_id" jdbcType="VARCHAR" property="activity_id" /> |
| 13 | 13 | <result column="platform" jdbcType="VARCHAR" property="platform" /> |
| 14 | 14 | <result column="comment_title" jdbcType="VARCHAR" property="comment_title" /> | ... | ... |