日志处理
This commit is contained in:
@@ -452,7 +452,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectInterviewIdByLineId" resultType="java.lang.Long">
|
||||
select id from hy_partner_interview_plan where partner_line_id = #{lineId}
|
||||
select id from hy_partner_interview_plan where partner_line_id = #{lineId} and deleted = '0'
|
||||
</select>
|
||||
|
||||
<!-- 查询用户基本信息 -->
|
||||
|
||||
Reference in New Issue
Block a user