| | |
| | | <if test="keyTimingAccuracy != null "> and key_timing_accuracy = #{keyTimingAccuracy}</if> |
| | | <if test="keyCommandImageOnline != null "> and key_command_image_online = #{keyCommandImageOnline}</if> |
| | | <if test="imageResourceSecurity != null "> and image_resource_security = #{imageResourceSecurity}</if> |
| | | <if test="params.publish != null and params.publish != ''">and publish = #{params.publish}</if> |
| | | <if test="deptIds != null ">and tciv.dept_id in |
| | | <foreach collection="deptIds" separator="," open="(" close=")" item="deptId"> |
| | | #{deptId} |