and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, publisher_id, nature, feature, legal_person, employee_number, registered_capital,
licence_number, website
delete from sc_organization
where id = #{id,jdbcType=VARCHAR}
delete from sc_organization
insert into sc_organization (id, publisher_id, nature,
feature, legal_person, employee_number,
registered_capital, licence_number, website
)
values (#{id,jdbcType=VARCHAR}, #{publisherId,jdbcType=VARCHAR}, #{nature,jdbcType=VARCHAR},
#{feature,jdbcType=VARCHAR}, #{legalPerson,jdbcType=VARCHAR}, #{employeeNumber,jdbcType=INTEGER},
#{registeredCapital,jdbcType=DECIMAL}, #{licenceNumber,jdbcType=VARCHAR}, #{website,jdbcType=VARCHAR}
)
insert into sc_organization
id,
publisher_id,
nature,
feature,
legal_person,
employee_number,
registered_capital,
licence_number,
website,
#{id,jdbcType=VARCHAR},
#{publisherId,jdbcType=VARCHAR},
#{nature,jdbcType=VARCHAR},
#{feature,jdbcType=VARCHAR},
#{legalPerson,jdbcType=VARCHAR},
#{employeeNumber,jdbcType=INTEGER},
#{registeredCapital,jdbcType=DECIMAL},
#{licenceNumber,jdbcType=VARCHAR},
#{website,jdbcType=VARCHAR},
update sc_organization
id = #{record.id,jdbcType=VARCHAR},
publisher_id = #{record.publisherId,jdbcType=VARCHAR},
nature = #{record.nature,jdbcType=VARCHAR},
feature = #{record.feature,jdbcType=VARCHAR},
legal_person = #{record.legalPerson,jdbcType=VARCHAR},
employee_number = #{record.employeeNumber,jdbcType=INTEGER},
registered_capital = #{record.registeredCapital,jdbcType=DECIMAL},
licence_number = #{record.licenceNumber,jdbcType=VARCHAR},
website = #{record.website,jdbcType=VARCHAR},
update sc_organization
set id = #{record.id,jdbcType=VARCHAR},
publisher_id = #{record.publisherId,jdbcType=VARCHAR},
nature = #{record.nature,jdbcType=VARCHAR},
feature = #{record.feature,jdbcType=VARCHAR},
legal_person = #{record.legalPerson,jdbcType=VARCHAR},
employee_number = #{record.employeeNumber,jdbcType=INTEGER},
registered_capital = #{record.registeredCapital,jdbcType=DECIMAL},
licence_number = #{record.licenceNumber,jdbcType=VARCHAR},
website = #{record.website,jdbcType=VARCHAR}
update sc_organization
publisher_id = #{publisherId,jdbcType=VARCHAR},
nature = #{nature,jdbcType=VARCHAR},
feature = #{feature,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
employee_number = #{employeeNumber,jdbcType=INTEGER},
registered_capital = #{registeredCapital,jdbcType=DECIMAL},
licence_number = #{licenceNumber,jdbcType=VARCHAR},
website = #{website,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update sc_organization
set publisher_id = #{publisherId,jdbcType=VARCHAR},
nature = #{nature,jdbcType=VARCHAR},
feature = #{feature,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
employee_number = #{employeeNumber,jdbcType=INTEGER},
registered_capital = #{registeredCapital,jdbcType=DECIMAL},
licence_number = #{licenceNumber,jdbcType=VARCHAR},
website = #{website,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
update sc_organization
nature = #{nature,jdbcType=VARCHAR},
feature = #{feature,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
employee_number = #{employeeNumber,jdbcType=INTEGER},
registered_capital = #{registeredCapital,jdbcType=DECIMAL},
licence_number = #{licenceNumber,jdbcType=VARCHAR},
website = #{website,jdbcType=VARCHAR},
where publisher_id = #{publisherId,jdbcType=VARCHAR}