update ForeignTousseApplication set isInterfacePush = '是' where id in (select id from InvoicePlan where serialNumber like 'SYNC_%'); update ForeignTousseApplication set isInterfacePush = '否' where isInterfacePush is null;