@@ -6,6 +6,6 @@
where
operator_id = #{operatorId}
and upload_date >= #{date}
- and BIT_COUNT(uid ^ 0b${uid} )>=#{dCount} LIMIT 1
+ and BIT_COUNT(uid ^ 0b${uid} )<=#{dCount} LIMIT 1
</select>
</mapper>