Authored by tanling

邀请

... ... @@ -82,12 +82,12 @@
<if test="inviterUid != null" >
#{inviterUid,jdbcType=INTEGER},
</if>
<if test="inviterId != null" >
#{inviterId,jdbcType=INTEGER},
</if>
<if test="inviteeUid != null" >
#{inviteeUid,jdbcType=INTEGER},
</if>
<if test="inviterId != null" >
#{inviterId,jdbcType=INTEGER},
</if>
<if test="inviteActivityId != null" >
#{inviteActivityId,jdbcType=INTEGER},
</if>
... ...