解决未评分时考核任务清单中查看评分详情报错
parent
fe1cda6c67
commit
fea40fa886
|
|
@ -24,7 +24,7 @@ public interface AssessTaskMapper extends BaseMapper<AssessTask> {
|
||||||
|
|
||||||
@Select("""
|
@Select("""
|
||||||
<script>
|
<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
|
left join public.assess_indicator t2 on t1.indicator_id = t2.id
|
||||||
where t1.template_id = #{templateId}
|
where t1.template_id = #{templateId}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue