| | |
| | | <if test="faceTimingAccuracy != null "> and face_timing_accuracy = #{faceTimingAccuracy}</if> |
| | | <if test="faceUploadTimeliness != null "> and face_upload_timeliness = #{faceUploadTimeliness}</if> |
| | | <if test="facePictureAvailability != null "> and face_picture_availability = #{facePictureAvailability}</if> |
| | | <if test="params.publish != null and params.publish != ''">and publish = #{params.publish}</if> |
| | | <if test="deptIds != null ">and tcif.dept_id in |
| | | <foreach collection="deptIds" separator="," open="(" close=")" item="deptId"> |
| | | #{deptId} |