소스 검색

图片查重

qin 1 년 전
부모
커밋
968566c914
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/statistics/DistinctionMapper.xml

+ 1 - 1
src/main/resources/mapper/statistics/DistinctionMapper.xml

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