日志处理

This commit is contained in:
zhangchenbiao
2023-06-27 16:14:37 +08:00
parent 3245e5ff63
commit b3e2c17cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -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>
<!-- 查询用户基本信息 -->