修复
This commit is contained in:
parent
3d962752bd
commit
fcb05afae9
@ -588,7 +588,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectLastResultRecordByUserId" resultType="ResultRecord" >
|
<select id="selectLastResultRecordByUserId" resultType="ResultRecord" >
|
||||||
select * from lz_result_record where staff_id=#{userId} and is_delete = 0 order by id desc limit 1
|
select * from lz_result_record where staff_id=#{userId} and is_delete = 0 and evaluation_id is not null order by id desc limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectResultRecordByStaffIdAndStartId" resultType="ResultRecord" >
|
<select id="selectResultRecordByStaffIdAndStartId" resultType="ResultRecord" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user