update serviceprovider set openid = #{openId}, unionId = #{unionId} where userID = #{userId} UPDATE `club_temporary` SET `name` = #{name}, `shortName` = #{shortName}, `bindMobile` = #{bindMobile}, `contractEmail` = #{contractEmail}, `linkMan` = #{linkMan}, `provinceId` = #{provinceId}, `cityId` = #{cityId}, `townId` = #{townId}, `address` = #{address}, `shopPhoto` = #{shopPhoto}, `businessLicense` = #{businessLicense}, `socialCreditCode` = #{socialCreditCode}, `firstClubType` = #{firstClubType}, `secondClubType` = #{secondClubType}, `department` = #{department}, `medicalPracticeLicense` = #{medicalPracticeLicense}, `mainProduct` = #{mainProduct}, `isAgreed` = #{isAgreed} WHERE `id` = #{id} DELETE FROM `club_temporary` WHERE `id` = #{id}