qin vor 1 Jahr
Ursprung
Commit
968566c914
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>