瀏覽代碼

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">