insert into t_pro_member_role (id, member_id, role_id, created_at, updated_at, rec_status ) values (#{item.id,jdbcType=BIGINT}, #{item.memberId,jdbcType=BIGINT}, #{item.roleId,jdbcType=BIGINT}, now(), now(), 0)