Просмотр исходного кода

Merge branch 'system_fee_update' of http://git.dayaedu.com/yonge/mec

zouxuan 3 лет назад
Родитель
Сommit
2bae35aaaf
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

@@ -482,10 +482,10 @@
         <where>
             <if test="hasMember != null">
                 <if test="hasMember == 0">
-                    AND s.member_rank_setting_id_ IS NULL
+                    AND stu.member_rank_setting_id_ IS NULL
                 </if>
                 <if test="hasMember == 1">
-                    AND s.member_rank_setting_id_ IS NOT NULL
+                    AND stu.member_rank_setting_id_ IS NOT NULL
                 </if>
                 <if test="hasMember == 2">
                     AND cto.status_ = 1