qin 1 жил өмнө
parent
commit
6f45e9eb21

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

@@ -4,7 +4,7 @@
     <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 yn = 0
-        operator_id = #{operatorId}
+        and operator_id = #{operatorId}
         and upload_date >= #{date}
         and BIT_COUNT(uid ^ 0b${uid} )&lt;=#{dCount} LIMIT 1
     </select>