Browse Source

feat:1212活动

Joburgess 4 years ago
parent
commit
062eaa890a

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