|
@@ -272,7 +272,7 @@
|
|
|
left join textbook t2 on t2.id = t1.textbook_id
|
|
left join textbook t2 on t2.id = t1.textbook_id
|
|
|
where claim_type = 'claim_student'
|
|
where claim_type = 'claim_student'
|
|
|
<if test="dto.baseSemesterId != null and dto.baseSemesterId > 0">
|
|
<if test="dto.baseSemesterId != null and dto.baseSemesterId > 0">
|
|
|
- and t.base_semester_id = #{dto.baseSemesterId}
|
|
|
|
|
|
|
+ amd t.base_semester_id = #{dto.baseSemesterId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="dto.classId != null and dto.classId > 0">
|
|
<if test="dto.classId != null and dto.classId > 0">
|
|
|
and t.class_id = #{dto.classId}
|
|
and t.class_id = #{dto.classId}
|
|
@@ -326,5 +326,6 @@
|
|
|
and t1.issn like concat('%', #{dto.issn}, '%')
|
|
and t1.issn like concat('%', #{dto.issn}, '%')
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
+ order by t2.name desc
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|