Jelajahi Sumber

图片查重

qin 1 tahun lalu
induk
melakukan
adb9d72135

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

@@ -3,7 +3,7 @@
 <mapper namespace="com.poteviohealth.cgp.statistics.mapper.DistinctionMapper">
     <select id="checkDis" resultType="com.poteviohealth.cgp.statistics.model.outdto.DistinctionDTO">
         select order_id as orderId,url as rurl from ${dbName}_face.f_distinction_img
-        where
+        where yn = 0
         operator_id = #{operatorId}
         and upload_date >= #{date}
         and BIT_COUNT(uid ^ 0b${uid} )&lt;=#{dCount} LIMIT 1