`id`,`component_appid`,`component_verify_ticket`,`create_time`,`deadline` where 1 = 1 and `id` = #{id} and `component_appid` = #{componentAppid} and `component_verify_ticket` like concat('%', #{componentVerifyTicket},'%') and `create_time` = #{createTime} and `deadline` = #{deadline} and id in #{idItem} order by ${sortColumns} update wx_component_verify_ticket set `access_token` = #{accessToken}, `access_token_expire` = #{accessTokenExpire} where component_appid = #{componentAppid}