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