@@ -33,7 +33,7 @@
AND t3.id = #{dto.classId}
</if>
<if test="dto.isTemporary != null">
- AND t1.is_temporary = #{dto.isTemporary}
+ AND t.is_temporary = #{dto.isTemporary}
</select>