bug 修复

This commit is contained in:
苏竹红
2024-04-23 17:19:51 +08:00
parent fd7604eef0
commit 79283281b4

View File

@@ -111,7 +111,7 @@
<select id="getInterviewByLineId" resultMap="BaseResultMap"> <select id="getInterviewByLineId" resultMap="BaseResultMap">
select * from select * from
xfsg_line_interview xfsg_line_interview
where line_id = #{lineId} where line_id = #{lineId} and interview_status = 3
and deleted = '0' and deleted = '0'
</select> </select>