libo %!s(int64=4) %!d(string=hai) anos
pai
achega
f739aa4ec8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/UserBindMapper.xml

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

@@ -81,6 +81,6 @@
81 81
     </select>
82 82
 
83 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 85
     </select>
86 86
 </mapper>