liujunchi 2 years ago
parent
commit
bbc8c297ab
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()
                 </if>
                 <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>
         </where>