bug 修复
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<select id="getInterviewByLineId" resultMap="BaseResultMap">
|
||||
select * from
|
||||
xfsg_line_interview
|
||||
where line_id = #{lineId}
|
||||
where line_id = #{lineId} and interview_status = 3
|
||||
and deleted = '0'
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user