|
@@ -6,8 +6,8 @@
|
|
|
<result column="group_id_" jdbcType="INTEGER" property="groupId"/>
|
|
|
<result column="title_" jdbcType="VARCHAR" property="title"/>
|
|
|
<result column="content_" jdbcType="VARCHAR" property="content"/>
|
|
|
- <result column="is_top_" jdbcType="VARCHAR" property="isTop"/>
|
|
|
- <result column="is_sent_to_new_member_" jdbcType="VARCHAR" property="isSentToNewMember"/>
|
|
|
+ <result column="is_top_" property="isTop"/>
|
|
|
+ <result column="is_sent_to_new_member_" property="isSentToNewMember"/>
|
|
|
<result column="del_flag_" jdbcType="VARCHAR" property="delFlag"/>
|
|
|
<result column="operator_id_" jdbcType="INTEGER" property="operatorId"/>
|
|
|
<result column="create_time_" jdbcType="TIMESTAMP" property="createTime"/>
|