教育记录bug修复
This commit is contained in:
parent
160d52d662
commit
ed46097103
@ -33,5 +33,6 @@
|
|||||||
left join exam_course c on et.course_id = c.id
|
left join exam_course c on et.course_id = c.id
|
||||||
left join exam_paper p on et.exam_paper_id = p.id) a
|
left join exam_paper p on et.exam_paper_id = p.id) a
|
||||||
where a.worker_id = #{workerId} and a.project_sn=#{projectSn}
|
where a.worker_id = #{workerId} and a.project_sn=#{projectSn}
|
||||||
|
and a.score is not null
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user