소스 검색

fix 历史

he2802 3 년 전
부모
커밋
355c9d183c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

@@ -245,6 +245,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
             us.user_id = #{userId}
           AND us.subscribe_status = 1
+          and (us.exam_expend  is null or us.exam_expend = 0)
     </select>
 
     <select id="informSum" parameterType="Long" resultType="Long">