liujunchi 2 년 전
부모
커밋
bbc8c297ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>