select id, accountType, accountAddress, addressPrivateKey, updatetime from sys_sauth_account insert into sys_sauth_account accountType, accountAddress, addressPrivateKey, updatetime, #{accountType}, #{accountAddress}, #{addressPrivateKey}, #{updatetime}, update sys_sauth_account accountType = #{accountType}, accountAddress = #{accountAddress}, addressPrivateKey = #{addressPrivateKey}, updatetime = #{updatetime}, where id = #{id} delete from sys_sauth_account where id = #{id} delete from sys_sauth_account where id in #{id}