bug 修复
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user