Browse Source

会员试用

zouxuan 3 years ago
parent
commit
5cf3adcfb9
1 changed files with 2 additions and 2 deletions
  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