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}
org_id, org_name, short_name, org_code, org_class_id, company_nature, busi_type,
address, contact, fax, charge_person, longitude, latitude, regist_capital, work_number,
area_code, area_name, post, depot_class, design_capacity, effective_capacity, depot_area,
complete_date, use_date, company_org_code, credit_code, regist_type, qualification,
independent_corporation, legal_person, whether_rent, info_regist, regist_date, remark,
parent_id, status, del_flag, birds_eye, birds_Remote, brief_introduction, invoice_title,
regist_number, bank_name, account_name, account_number
delete from org_info
where org_id = #{orgId,jdbcType=INTEGER}
delete from org_info
insert into org_info (org_id, org_name, short_name,
org_code, org_class_id, company_nature,
busi_type, address, contact,
fax, charge_person, longitude,
latitude, regist_capital, work_number,
area_code, area_name, post,
depot_class, design_capacity, effective_capacity,
depot_area, complete_date, use_date,
company_org_code, credit_code, regist_type,
qualification, independent_corporation,
legal_person, whether_rent, info_regist,
regist_date, remark, parent_id,
status, del_flag, birds_eye,
birds_Remote, brief_introduction, invoice_title,
regist_number, bank_name, account_name,
account_number)
values (#{orgId,jdbcType=INTEGER}, #{orgName,jdbcType=VARCHAR}, #{shortName,jdbcType=VARCHAR},
#{orgCode,jdbcType=VARCHAR}, #{orgClassId,jdbcType=INTEGER}, #{companyNature,jdbcType=INTEGER},
#{busiType,jdbcType=INTEGER}, #{address,jdbcType=VARCHAR}, #{contact,jdbcType=VARCHAR},
#{fax,jdbcType=VARCHAR}, #{chargePerson,jdbcType=VARCHAR}, #{longitude,jdbcType=VARCHAR},
#{latitude,jdbcType=VARCHAR}, #{registCapital,jdbcType=INTEGER}, #{workNumber,jdbcType=INTEGER},
#{areaCode,jdbcType=INTEGER}, #{areaName,jdbcType=VARCHAR}, #{post,jdbcType=INTEGER},
#{depotClass,jdbcType=INTEGER}, #{designCapacity,jdbcType=INTEGER}, #{effectiveCapacity,jdbcType=INTEGER},
#{depotArea,jdbcType=REAL}, #{completeDate,jdbcType=TIMESTAMP}, #{useDate,jdbcType=TIMESTAMP},
#{companyOrgCode,jdbcType=VARCHAR}, #{creditCode,jdbcType=VARCHAR}, #{registType,jdbcType=INTEGER},
#{qualification,jdbcType=INTEGER}, #{independentCorporation,jdbcType=INTEGER},
#{legalPerson,jdbcType=VARCHAR}, #{whetherRent,jdbcType=INTEGER}, #{infoRegist,jdbcType=VARCHAR},
#{registDate,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{parentId,jdbcType=INTEGER},
#{status,jdbcType=INTEGER}, #{delFlag,jdbcType=INTEGER}, #{birdsEye,jdbcType=VARCHAR},
#{birdsRemote,jdbcType=VARCHAR}, #{briefIntroduction,jdbcType=VARCHAR}, #{invoiceTitle,jdbcType=VARCHAR},
#{registNumber,jdbcType=VARCHAR}, #{bankName,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR},
#{accountNumber,jdbcType=VARCHAR})
insert into org_info
org_id,
org_name,
short_name,
org_code,
org_class_id,
company_nature,
busi_type,
address,
contact,
fax,
charge_person,
longitude,
latitude,
regist_capital,
work_number,
area_code,
area_name,
post,
depot_class,
design_capacity,
effective_capacity,
depot_area,
complete_date,
use_date,
company_org_code,
credit_code,
regist_type,
qualification,
independent_corporation,
legal_person,
whether_rent,
info_regist,
regist_date,
remark,
parent_id,
status,
del_flag,
birds_eye,
birds_Remote,
brief_introduction,
invoice_title,
regist_number,
bank_name,
account_name,
account_number,
#{orgId,jdbcType=INTEGER},
#{orgName,jdbcType=VARCHAR},
#{shortName,jdbcType=VARCHAR},
#{orgCode,jdbcType=VARCHAR},
#{orgClassId,jdbcType=INTEGER},
#{companyNature,jdbcType=INTEGER},
#{busiType,jdbcType=INTEGER},
#{address,jdbcType=VARCHAR},
#{contact,jdbcType=VARCHAR},
#{fax,jdbcType=VARCHAR},
#{chargePerson,jdbcType=VARCHAR},
#{longitude,jdbcType=VARCHAR},
#{latitude,jdbcType=VARCHAR},
#{registCapital,jdbcType=INTEGER},
#{workNumber,jdbcType=INTEGER},
#{areaCode,jdbcType=INTEGER},
#{areaName,jdbcType=VARCHAR},
#{post,jdbcType=INTEGER},
#{depotClass,jdbcType=INTEGER},
#{designCapacity,jdbcType=INTEGER},
#{effectiveCapacity,jdbcType=INTEGER},
#{depotArea,jdbcType=REAL},
#{completeDate,jdbcType=TIMESTAMP},
#{useDate,jdbcType=TIMESTAMP},
#{companyOrgCode,jdbcType=VARCHAR},
#{creditCode,jdbcType=VARCHAR},
#{registType,jdbcType=INTEGER},
#{qualification,jdbcType=INTEGER},
#{independentCorporation,jdbcType=INTEGER},
#{legalPerson,jdbcType=VARCHAR},
#{whetherRent,jdbcType=INTEGER},
#{infoRegist,jdbcType=VARCHAR},
#{registDate,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
#{parentId,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
#{delFlag,jdbcType=INTEGER},
#{birdsEye,jdbcType=VARCHAR},
#{birdsRemote,jdbcType=VARCHAR},
#{briefIntroduction,jdbcType=VARCHAR},
#{invoiceTitle,jdbcType=VARCHAR},
#{registNumber,jdbcType=VARCHAR},
#{bankName,jdbcType=VARCHAR},
#{accountName,jdbcType=VARCHAR},
#{accountNumber,jdbcType=VARCHAR},
update org_info
org_id = #{record.orgId,jdbcType=INTEGER},
org_name = #{record.orgName,jdbcType=VARCHAR},
short_name = #{record.shortName,jdbcType=VARCHAR},
org_code = #{record.orgCode,jdbcType=VARCHAR},
org_class_id = #{record.orgClassId,jdbcType=INTEGER},
company_nature = #{record.companyNature,jdbcType=INTEGER},
busi_type = #{record.busiType,jdbcType=INTEGER},
address = #{record.address,jdbcType=VARCHAR},
contact = #{record.contact,jdbcType=VARCHAR},
fax = #{record.fax,jdbcType=VARCHAR},
charge_person = #{record.chargePerson,jdbcType=VARCHAR},
longitude = #{record.longitude,jdbcType=VARCHAR},
latitude = #{record.latitude,jdbcType=VARCHAR},
regist_capital = #{record.registCapital,jdbcType=INTEGER},
work_number = #{record.workNumber,jdbcType=INTEGER},
area_code = #{record.areaCode,jdbcType=INTEGER},
area_name = #{record.areaName,jdbcType=VARCHAR},
post = #{record.post,jdbcType=INTEGER},
depot_class = #{record.depotClass,jdbcType=INTEGER},
design_capacity = #{record.designCapacity,jdbcType=INTEGER},
effective_capacity = #{record.effectiveCapacity,jdbcType=INTEGER},
depot_area = #{record.depotArea,jdbcType=REAL},
complete_date = #{record.completeDate,jdbcType=TIMESTAMP},
use_date = #{record.useDate,jdbcType=TIMESTAMP},
company_org_code = #{record.companyOrgCode,jdbcType=VARCHAR},
credit_code = #{record.creditCode,jdbcType=VARCHAR},
regist_type = #{record.registType,jdbcType=INTEGER},
qualification = #{record.qualification,jdbcType=INTEGER},
independent_corporation = #{record.independentCorporation,jdbcType=INTEGER},
legal_person = #{record.legalPerson,jdbcType=VARCHAR},
whether_rent = #{record.whetherRent,jdbcType=INTEGER},
info_regist = #{record.infoRegist,jdbcType=VARCHAR},
regist_date = #{record.registDate,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR},
parent_id = #{record.parentId,jdbcType=INTEGER},
status = #{record.status,jdbcType=INTEGER},
del_flag = #{record.delFlag,jdbcType=INTEGER},
birds_eye = #{record.birdsEye,jdbcType=VARCHAR},
birds_Remote = #{record.birdsRemote,jdbcType=VARCHAR},
brief_introduction = #{record.briefIntroduction,jdbcType=VARCHAR},
invoice_title = #{record.invoiceTitle,jdbcType=VARCHAR},
regist_number = #{record.registNumber,jdbcType=VARCHAR},
bank_name = #{record.bankName,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
account_number = #{record.accountNumber,jdbcType=VARCHAR},
update org_info
set org_id = #{record.orgId,jdbcType=INTEGER},
org_name = #{record.orgName,jdbcType=VARCHAR},
short_name = #{record.shortName,jdbcType=VARCHAR},
org_code = #{record.orgCode,jdbcType=VARCHAR},
org_class_id = #{record.orgClassId,jdbcType=INTEGER},
company_nature = #{record.companyNature,jdbcType=INTEGER},
busi_type = #{record.busiType,jdbcType=INTEGER},
address = #{record.address,jdbcType=VARCHAR},
contact = #{record.contact,jdbcType=VARCHAR},
fax = #{record.fax,jdbcType=VARCHAR},
charge_person = #{record.chargePerson,jdbcType=VARCHAR},
longitude = #{record.longitude,jdbcType=VARCHAR},
latitude = #{record.latitude,jdbcType=VARCHAR},
regist_capital = #{record.registCapital,jdbcType=INTEGER},
work_number = #{record.workNumber,jdbcType=INTEGER},
area_code = #{record.areaCode,jdbcType=INTEGER},
area_name = #{record.areaName,jdbcType=VARCHAR},
post = #{record.post,jdbcType=INTEGER},
depot_class = #{record.depotClass,jdbcType=INTEGER},
design_capacity = #{record.designCapacity,jdbcType=INTEGER},
effective_capacity = #{record.effectiveCapacity,jdbcType=INTEGER},
depot_area = #{record.depotArea,jdbcType=REAL},
complete_date = #{record.completeDate,jdbcType=TIMESTAMP},
use_date = #{record.useDate,jdbcType=TIMESTAMP},
company_org_code = #{record.companyOrgCode,jdbcType=VARCHAR},
credit_code = #{record.creditCode,jdbcType=VARCHAR},
regist_type = #{record.registType,jdbcType=INTEGER},
qualification = #{record.qualification,jdbcType=INTEGER},
independent_corporation = #{record.independentCorporation,jdbcType=INTEGER},
legal_person = #{record.legalPerson,jdbcType=VARCHAR},
whether_rent = #{record.whetherRent,jdbcType=INTEGER},
info_regist = #{record.infoRegist,jdbcType=VARCHAR},
regist_date = #{record.registDate,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR},
parent_id = #{record.parentId,jdbcType=INTEGER},
status = #{record.status,jdbcType=INTEGER},
del_flag = #{record.delFlag,jdbcType=INTEGER},
birds_eye = #{record.birdsEye,jdbcType=VARCHAR},
birds_Remote = #{record.birdsRemote,jdbcType=VARCHAR},
brief_introduction = #{record.briefIntroduction,jdbcType=VARCHAR},
invoice_title = #{record.invoiceTitle,jdbcType=VARCHAR},
regist_number = #{record.registNumber,jdbcType=VARCHAR},
bank_name = #{record.bankName,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
account_number = #{record.accountNumber,jdbcType=VARCHAR}
update org_info
org_name = #{orgName,jdbcType=VARCHAR},
short_name = #{shortName,jdbcType=VARCHAR},
org_code = #{orgCode,jdbcType=VARCHAR},
org_class_id = #{orgClassId,jdbcType=INTEGER},
company_nature = #{companyNature,jdbcType=INTEGER},
busi_type = #{busiType,jdbcType=INTEGER},
address = #{address,jdbcType=VARCHAR},
contact = #{contact,jdbcType=VARCHAR},
fax = #{fax,jdbcType=VARCHAR},
charge_person = #{chargePerson,jdbcType=VARCHAR},
longitude = #{longitude,jdbcType=VARCHAR},
latitude = #{latitude,jdbcType=VARCHAR},
regist_capital = #{registCapital,jdbcType=INTEGER},
work_number = #{workNumber,jdbcType=INTEGER},
area_code = #{areaCode,jdbcType=INTEGER},
area_name = #{areaName,jdbcType=VARCHAR},
post = #{post,jdbcType=INTEGER},
depot_class = #{depotClass,jdbcType=INTEGER},
design_capacity = #{designCapacity,jdbcType=INTEGER},
effective_capacity = #{effectiveCapacity,jdbcType=INTEGER},
depot_area = #{depotArea,jdbcType=REAL},
complete_date = #{completeDate,jdbcType=TIMESTAMP},
use_date = #{useDate,jdbcType=TIMESTAMP},
company_org_code = #{companyOrgCode,jdbcType=VARCHAR},
credit_code = #{creditCode,jdbcType=VARCHAR},
regist_type = #{registType,jdbcType=INTEGER},
qualification = #{qualification,jdbcType=INTEGER},
independent_corporation = #{independentCorporation,jdbcType=INTEGER},
legal_person = #{legalPerson,jdbcType=VARCHAR},
whether_rent = #{whetherRent,jdbcType=INTEGER},
info_regist = #{infoRegist,jdbcType=VARCHAR},
regist_date = #{registDate,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
parent_id = #{parentId,jdbcType=INTEGER},
status = #{status,jdbcType=INTEGER},
del_flag = #{delFlag,jdbcType=INTEGER},
birds_eye = #{birdsEye,jdbcType=VARCHAR},
birds_Remote = #{birdsRemote,jdbcType=VARCHAR},
brief_introduction = #{briefIntroduction,jdbcType=VARCHAR},
invoice_title = #{invoiceTitle,jdbcType=VARCHAR},
regist_number = #{registNumber,jdbcType=VARCHAR},
bank_name = #{bankName,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
account_number = #{accountNumber,jdbcType=VARCHAR},
where org_id = #{orgId,jdbcType=INTEGER}
update org_info
set org_name = #{orgName,jdbcType=VARCHAR},
short_name = #{shortName,jdbcType=VARCHAR},
org_code = #{orgCode,jdbcType=VARCHAR},
org_class_id = #{orgClassId,jdbcType=INTEGER},
company_nature = #{companyNature,jdbcType=INTEGER},
busi_type = #{busiType,jdbcType=INTEGER},
address = #{address,jdbcType=VARCHAR},
contact = #{contact,jdbcType=VARCHAR},
fax = #{fax,jdbcType=VARCHAR},
charge_person = #{chargePerson,jdbcType=VARCHAR},
longitude = #{longitude,jdbcType=VARCHAR},
latitude = #{latitude,jdbcType=VARCHAR},
regist_capital = #{registCapital,jdbcType=INTEGER},
work_number = #{workNumber,jdbcType=INTEGER},
area_code = #{areaCode,jdbcType=INTEGER},
area_name = #{areaName,jdbcType=VARCHAR},
post = #{post,jdbcType=INTEGER},
depot_class = #{depotClass,jdbcType=INTEGER},
design_capacity = #{designCapacity,jdbcType=INTEGER},
effective_capacity = #{effectiveCapacity,jdbcType=INTEGER},
depot_area = #{depotArea,jdbcType=REAL},
complete_date = #{completeDate,jdbcType=TIMESTAMP},
use_date = #{useDate,jdbcType=TIMESTAMP},
company_org_code = #{companyOrgCode,jdbcType=VARCHAR},
credit_code = #{creditCode,jdbcType=VARCHAR},
regist_type = #{registType,jdbcType=INTEGER},
qualification = #{qualification,jdbcType=INTEGER},
independent_corporation = #{independentCorporation,jdbcType=INTEGER},
legal_person = #{legalPerson,jdbcType=VARCHAR},
whether_rent = #{whetherRent,jdbcType=INTEGER},
info_regist = #{infoRegist,jdbcType=VARCHAR},
regist_date = #{registDate,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
parent_id = #{parentId,jdbcType=INTEGER},
status = #{status,jdbcType=INTEGER},
del_flag = #{delFlag,jdbcType=INTEGER},
birds_eye = #{birdsEye,jdbcType=VARCHAR},
birds_Remote = #{birdsRemote,jdbcType=VARCHAR},
brief_introduction = #{briefIntroduction,jdbcType=VARCHAR},
invoice_title = #{invoiceTitle,jdbcType=VARCHAR},
regist_number = #{registNumber,jdbcType=VARCHAR},
bank_name = #{bankName,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
account_number = #{accountNumber,jdbcType=VARCHAR}
where org_id = #{orgId,jdbcType=INTEGER}