根据线索信息查询面试信息

This commit is contained in:
苏竹红
2023-06-21 17:39:11 +08:00
parent c3804eae03
commit 5f0aa220cd
6 changed files with 48 additions and 7 deletions

View File

@@ -374,6 +374,10 @@
</select>
<select id="selectInterviewIdByLineId" resultType="java.lang.Long">
select id from hy_partner_interview_plan where partner_line_id = #{lineId}
</select>
<!-- 查询用户基本信息 -->
<select id="getEnterpriseUserBaseInfo" resultType="com.cool.store.vo.EnterpriseUserBaseInfoVO">
select name, mobile