id, log_name, user_id, api, method, create_time, succeed, detail
and id=#{param.id}
and log_name=#{param.logName}
and user_id=#{param.userId}
and api=#{param.api}
and method=#{param.method}
and create_time=#{param.createTime}
and succeed=#{param.succeed}
and detail=#{param.detail}