Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
zhangchenbiao
2023-06-19 15:59:51 +08:00
20 changed files with 126 additions and 47 deletions

View File

@@ -208,10 +208,10 @@
update hy_partner_base_info
<set>
<if test="userName != null and userName!=''">
username = #{record.username},
username = #{userName},
</if>
<if test="mobile != null and mobile!=''">
mobile = #{record.mobile},
mobile = #{mobile},
</if>
where partner_id = #{partnerId}
</set>

View File

@@ -246,7 +246,7 @@
</select>
<select id="getInterviewList" resultType="com.cool.store.vo.interview.InterviewVO">
select hpip.id as interviewId,
select hpip.id as interviewPlanId,
hpui.username as partnerName,
hpui.mobile as partnerMobile,
hpip.room_id as roomId,