INSERT INTO workark_invoice_model (`organizationId`, `userId`, `type`, `name`, `taxpayerIdentificationNumber`, `address`, `phone`, `bankAccount`, `bankAccountNumber`, `content`) VALUES (#{organizationId}, #{userId}, #{type}, #{name}, #{taxpayerIdentificationNumber}, #{address}, #{phone}, #{bankAccount}, #{bankAccountNumber}, #{content}) UPDATE workark_invoice_model organizationId = #{organizationId}, userId = #{userId}, type = #{type}, name = #{name}, taxpayerIdentificationNumber = #{taxpayerIdentificationNumber}, address = #{address}, phone = #{phone}, bankAccount = #{bankAccount}, bankAccountNumber = #{bankAccountNumber}, content = #{content}, WHERE id=#{id} DELETE FROM workark_invoice_model WHERE id=#{id}