@@ -81,6 +81,6 @@
</select>
<select id="selectById" resultType="com.tdba.cxb.ares.api.model.UserBind">
- select * from user_bind where del_flag = 0 and type = 0 and bind_uid = #{bindUid} and uid = #{uid}
+ select * from user_bind where del_flag = 0 and bind_uid = #{bindUid} and uid = #{uid}
</mapper>