update user set
name = #{name},
email = #{email},
userName = #{userName}
where userID = #{userId}
update club set
name = #{name},
sname = #{shortName},
contractEmail1 = #{contractEmail},
contractPhone = #{contractPhone},
linkMan = #{linkMan},
provinceID = #{provinceId}, cityID = #{cityId}, townID = #{townId}, address = #{address},
headpic = #{shopPhoto},
businessLicenseImage = #{businessLicense},
socialCreditCode = #{socialCreditCode},
firstClubType = #{firstClubType},
secondClubType = #{secondClubType}, department = #{department}, medicalPracticeLicenseImg = #{medicalPracticeLicense},
mainpro = #{mainProduct},
fax = #{fax},
info = #{profile},
lastModify = NOW()
where clubID = #{clubId}