浏览代码

图片查重

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>