|
@@ -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>
|