|
|
@@ -45,7 +45,7 @@
|
|
|
and t3.stduy_status = #{dto.stduyStatus}
|
|
|
</if>
|
|
|
<if test="dto.rollModality != null and dto.rollModality != ''">
|
|
|
- and t3.roll_modality = #{dto.rollModality}
|
|
|
+ and t3.learn_status = #{dto.rollModality}
|
|
|
</if>
|
|
|
<if test="dto.name != null and dto.name != ''">
|
|
|
and t2.name like concat('%',#{dto.name}, '%')
|