|
@@ -93,7 +93,7 @@
|
|
and t4.id = #{dto.queryId}
|
|
and t4.id = #{dto.queryId}
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
- <if test="dto.gradeId == null">
|
|
|
|
|
|
+ <if test="dto.gradeId != null">
|
|
and t4.grade_id = #{dto.gradeId}
|
|
and t4.grade_id = #{dto.gradeId}
|
|
</if>
|
|
</if>
|
|
<if test="dto.order == null">
|
|
<if test="dto.order == null">
|