|
|
|
@ -5,6 +5,7 @@
|
|
|
|
|
<mapper namespace="com.ruoyi.zhiyuanzhe.mapper.ActivityUserMapper">
|
|
|
|
|
<resultMap type="BPersonTags" id="personTags">
|
|
|
|
|
<result property="id" column="id"/>
|
|
|
|
|
<result property="tagsId" column="tags_id"/>
|
|
|
|
|
<result property="uId" column="u_id"/>
|
|
|
|
|
<result property="ageRange" column="age_range"/>
|
|
|
|
|
<result property="housingRange" column="housing_range"/>
|
|
|
|
@ -109,7 +110,8 @@
|
|
|
|
|
where activity_id = #{activityId}
|
|
|
|
|
</delete>
|
|
|
|
|
<select id="findUserByStatusAndActivityId" resultMap="personTags">
|
|
|
|
|
select bau.id, bau.u_id, bpt.age_range, bpt.housing_range, bpt.education_range, bpt.interest_range,
|
|
|
|
|
select bau.id,bpt.id tags_id, bau.u_id, bpt.age_range, bpt.housing_range, bpt.education_range,
|
|
|
|
|
bpt.interest_range,
|
|
|
|
|
bpt.political_range, bpt.sex_range,
|
|
|
|
|
bpt.nationality_range, bpt.professional_range, bpt.industry_range, bpt.school_range, bpt.create_id,
|
|
|
|
|
bpt.create_by, bpt.create_time,
|
|
|
|
|