Browse Source

Merge remote-tracking branch 'origin/master_saas' into master_saas

zouxuan 3 years ago
parent
commit
8cc4c19f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

@@ -1400,7 +1400,7 @@
                     and s.membership_end_time_ > now()
                     and s.membership_end_time_ > now()
                 </if>
                 </if>
                 <if test="0 == hasMember">
                 <if test="0 == hasMember">
-                    and (s.membership_end_time_ is null or t.membership_end_time_ &lt;= now())
+                    and (s.membership_end_time_ is null or s.membership_end_time_ &lt;= now())
                 </if>
                 </if>
             </if>
             </if>
         </where>
         </where>