| | |
| | | <if test="vehicleUploadTimeliness != null "> and vehicle_upload_timeliness = #{vehicleUploadTimeliness}</if> |
| | | <if test="vehicleUrlAvailability != null "> and vehicle_url_availability = #{vehicleUrlAvailability}</if> |
| | | <if test="vehiclePictureAvailability != null "> and vehicle_picture_availability = #{vehiclePictureAvailability}</if> |
| | | <if test="params.publish != null and params.publish != ''">and publish = #{params.publish}</if> |
| | | <if test="deptIds != null ">and tcic.dept_id in |
| | | <foreach collection="deptIds" separator="," open="(" close=")" item="deptId"> |
| | | #{deptId} |