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>