浏览代码

feat:1212活动

Joburgess 4 年之前
父节点
当前提交
062eaa890a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

@@ -255,7 +255,7 @@
         where
         where
             user_id_ = #{userId}
             user_id_ = #{userId}
             AND activity_tag_=#{activityTag}
             AND activity_tag_=#{activityTag}
-            AND (sporadic_id_ IS NOT NULL OR IS NOT NULL)
+            AND (sporadic_id_ IS NOT NULL OR theory_level_ IS NOT NULL)
             AND status_=2
             AND status_=2
     </select>
     </select>
 </mapper>
 </mapper>