소스 검색

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
             user_id_ = #{userId}
             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
     </select>
 </mapper>