教育记录bug修复

This commit is contained in:
guoshengxiong 2024-07-01 11:45:55 +08:00
parent 160d52d662
commit ed46097103

View File

@ -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>