INSERT into mgr_organization(logo, name, contact, contactTel, address, businessLicense, introduction, registerDate, status, organizationCode, facilitator, creditNo, legalPerson) values(#{logo}, #{name}, #{contact}, #{contactTel}, #{address}, #{businessLicense}, #{introduction}, now(), #{status}, #{organizationCode}, #{facilitator}, #{creditNo}, #{legalPerson}) UPDATE mgr_organization id=#{id}, logo=#{logo}, name=#{name}, contact=#{contact}, contactTel=#{contactTel}, address=#{address}, businessLicense=#{businessLicense}, introduction=#{introduction}, registerDate=#{registerDate}, organizedDataCenter=#{organizedDataCenter}, facilitator=#{facilitator}, creditNo=#{creditNo}, legalPerson=#{legalPerson}, WHERE id=#{id} UPDATE mgr_organization status=#{status}, WHERE id=#{id} UPDATE mgr_organization certificationStatus=#{certificationStatus}, WHERE id=#{id} UPDATE mgr_organization set organizedDataCenter = #{organizedDataCenter} WHERE id=#{id}