Browse Source

考试显示

change 4 years ago
parent
commit
061bd2037d

+ 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
         WHERE
             us.user_id = #{userId}
             us.user_id = #{userId}
           AND us.subscribe_status = 1
           AND us.subscribe_status = 1
+          and (us.exam_expend  is null or us.exam_expend = 0)
     </select>
     </select>
 
 
     <select id="informSum" parameterType="Long" resultType="Long">
     <select id="informSum" parameterType="Long" resultType="Long">