|
@@ -23,9 +23,9 @@
|
|
|
<if test="dto.textbookType != null and dto.textbookType != ''">
|
|
|
and t1.textbook_type = #{dto.textbookType}
|
|
|
</if>
|
|
|
- <if test="dto.baseSemesterId != null and dto.baseSemesterId > 0">
|
|
|
- and t1.base_semester_id = #{dto.baseSemesterId}
|
|
|
- </if>
|
|
|
+<!-- <if test="dto.baseSemesterId != null and dto.baseSemesterId > 0">-->
|
|
|
+<!-- and t1.base_semester_id = #{dto.baseSemesterId}-->
|
|
|
+<!-- </if>-->
|
|
|
<if test="dto.subjectGroupId != null and dto.subjectGroupId > 0">
|
|
|
and t1.subject_group_id = #{dto.subjectGroupId}
|
|
|
</if>
|