|
@@ -4,8 +4,8 @@
|
|
|
<select id="checkDis" resultType="java.lang.Long">
|
|
<select id="checkDis" resultType="java.lang.Long">
|
|
|
select order_id from ${dbName}_face.f_distinction_img
|
|
select order_id from ${dbName}_face.f_distinction_img
|
|
|
where
|
|
where
|
|
|
- operator_id = ${operatorId}
|
|
|
|
|
- and upload_date >= ${date}
|
|
|
|
|
- and BIT_COUNT(uid ^ 0b${uid} )>=${dCount} LIMIT 1
|
|
|
|
|
|
|
+ operator_id = #{operatorId}
|
|
|
|
|
+ and upload_date >= #{date}
|
|
|
|
|
+ and BIT_COUNT(uid ^ 0b${uid} )>=#{dCount} LIMIT 1
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|