根据线索信息查询面试信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user