@@ -105,8 +105,6 @@
exam_detail c ON b.exam_detail_id = c.id
WHERE
c.print_plan_id = #{printPlanId}
- AND (a.sync_status IS NULL
- OR a.sync_status = FALSE)
</select>
</mapper>