解决未评分时考核任务清单中查看评分详情报错

master
wany 2024-09-13 15:11:30 +08:00
parent fe1cda6c67
commit fea40fa886
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public interface AssessTaskMapper extends BaseMapper<AssessTask> {
@Select("""
<script>
select t1.id,t2.standard_score from public.assess_template_indicator_rel t1
select t2.id,t2.standard_score from public.assess_template_indicator_rel t1
left join public.assess_indicator t2 on t1.indicator_id = t2.id
where t1.template_id = #{templateId}
</script>