فهرست منبع

检索条件“学习形式”对接“学籍状态”code

dzx 1 سال پیش
والد
کامیت
a7a4e62805
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/student/BaseStudentGraduateMapper.xml

+ 1 - 1
src/main/resources/mapper/student/BaseStudentGraduateMapper.xml

@@ -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}, '%')