Antiloveg %!s(int64=8) %!d(string=hai) anos
pai
achega
d0f13d7ba3

+ 7 - 0
src/main/java/com/goafanti/common/mapper/ActivityUserMapper.xml

@@ -79,4 +79,11 @@
     where aid = #{aid,jdbcType=BIGINT}
     where aid = #{aid,jdbcType=BIGINT}
       and uid = #{uid,jdbcType=VARCHAR}
       and uid = #{uid,jdbcType=VARCHAR}
   </update>
   </update>
+  
+  <select id="selectByUid" resultMap="BaseResultMap" parameterType="java.lang.String" >
+    select 
+    <include refid="Base_Column_List" />
+    from activity_user
+    where  uid = #{uid,jdbcType=VARCHAR}
+  </select>
 </mapper>
 </mapper>