zouxuan 3 年 前
コミット
5cf3adcfb9

+ 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