`id`,`tenant_id`,`parent_tenant_id`,`wiwide_id`,`wiwide_key`,`sign_key`,`wiwide_url`, `token`,`expired_time`,`capability`,`user_name`,`password`,`old_plat` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and `wiwide_id` like concat('%', #{wiwideId},'%') and `old_plat` = #{oldPlat} and id in #{idItem} order by ${sortColumns} update wx_wiwide_info set token=#{token},expired_time=#{expiredTime} where id=#{id} update wx_wiwide_info set wiwide_id=#{wiwideId},wiwide_key=#{wiwideKey} where id=#{id}