libo 4 yıl önce
ebeveyn
işleme
f739aa4ec8

+ 1 - 1
src/main/resources/mapper/UserBindMapper.xml

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