51,396
社区成员




<if test="userId !='' and userId !=null and userId !='0'">
user_id = #{userId,jdbcType=BIGINT}
</if>
<if test="userId !='' and userId !=null">
user_id = #{userId,jdbcType=BIGINT}
</if>
<if test="userId !='' and userId !=null and userId !='0'.toString()">
user_id = #{userId,jdbcType=BIGINT}
</if>