select id, zs_id, supplier_name, supplier_re_name, address, detail_address, logo, business_address, post_code, website, supplier_phone, fax, supplier_man, man_phone, supplier_nature, supplier_business, supplier_scale, supplier_type, is_market, is_brand, supplier_desc, supplier_code, registration, establishment_date, from_date, to_date, is_valid, capital, currency, business_scope, business_scan_file, remark, employee_num, social_num, social_file, contribut_prove, contribut_num, contribut_currency, contribut_list, financial_annual_list, financial_is_accountant, financial_remark, financial_file, asset_total, debt_invest_total, debt_equity_total, debt_total, capital_total, debt_rate, operating_receipt, sales_tax, sales_total, income_tax, profit_total, sales_profit_total, header_name, type, job_type, papers_type, papers_number, head_phone, header_phone, header_mail, header_address, header_post_code, pros_picture, cons_picture, status, refuse_msg, sold_out_msg, putaway_time, start_time, end_time from supplier_info
insert into supplier_info
id,
zs_id,
supplier_name,
supplier_re_name,
address,
detail_address,
logo,
business_address,
post_code,
website,
supplier_phone,
fax,
supplier_man,
man_phone,
supplier_nature,
supplier_business,
supplier_scale,
supplier_type,
is_market,
is_brand,
supplier_desc,
supplier_code,
registration,
establishment_date,
from_date,
to_date,
is_valid,
capital,
currency,
business_scope,
business_scan_file,
remark,
employee_num,
social_num,
social_file,
contribut_prove,
contribut_num,
contribut_currency,
contribut_list,
financial_annual_list,
financial_is_accountant,
financial_remark,
financial_file,
asset_total,
debt_invest_total,
debt_equity_total,
debt_total,
capital_total,
debt_rate,
operating_receipt,
sales_tax,
sales_total,
income_tax,
profit_total,
sales_profit_total,
header_name,
type,
job_type,
papers_type,
papers_number,
head_phone,
header_phone,
header_mail,
header_address,
header_post_code,
pros_picture,
cons_picture,
status,
refuse_msg,
sold_out_msg,
putaway_time,
start_time,
end_time,
#{id},
#{zsId},
#{supplierName},
#{supplierReName},
#{address},
#{detailAddress},
#{logo},
#{businessAddress},
#{postCode},
#{website},
#{supplierPhone},
#{fax},
#{supplierMan},
#{manPhone},
#{supplierNature},
#{supplierBusiness},
#{supplierScale},
#{supplierType},
#{isMarket},
#{isBrand},
#{supplierDesc},
#{supplierCode},
#{registration},
#{establishmentDate},
#{fromDate},
#{toDate},
#{isValid},
#{capital},
#{currency},
#{businessScope},
#{businessScanFile},
#{remark},
#{employeeNum},
#{socialNum},
#{socialFile},
#{contributProve},
#{contributNum},
#{contributCurrency},
#{contributList},
#{financialAnnualList},
#{financialIsAccountant},
#{financialRemark},
#{financialFile},
#{assetTotal},
#{debtInvestTotal},
#{debtEquityTotal},
#{debtTotal},
#{capitalTotal},
#{debtRate},
#{operatingReceipt},
#{salesTax},
#{salesTotal},
#{incomeTax},
#{profitTotal},
#{salesProfitTotal},
#{headerName},
#{type},
#{jobType},
#{papersType},
#{papersNumber},
#{headPhone},
#{headerPhone},
#{headerMail},
#{headerAddress},
#{headerPostCode},
#{prosPicture},
#{consPicture},
#{status},
#{refuseMsg},
#{soldOutMsg},
#{putawayTime},
#{startTime},
#{endTime},
update supplier_info
zs_id = #{zsId},
supplier_name = #{supplierName},
supplier_re_name = #{supplierReName},
address = #{address},
detail_address = #{detailAddress},
logo = #{logo},
business_address = #{businessAddress},
post_code = #{postCode},
website = #{website},
supplier_phone = #{supplierPhone},
fax = #{fax},
supplier_man = #{supplierMan},
man_phone = #{manPhone},
supplier_nature = #{supplierNature},
supplier_business = #{supplierBusiness},
supplier_scale = #{supplierScale},
supplier_type = #{supplierType},
is_market = #{isMarket},
is_brand = #{isBrand},
supplier_desc = #{supplierDesc},
supplier_code = #{supplierCode},
registration = #{registration},
establishment_date = #{establishmentDate},
from_date = #{fromDate},
to_date = #{toDate},
is_valid = #{isValid},
capital = #{capital},
currency = #{currency},
business_scope = #{businessScope},
business_scan_file = #{businessScanFile},
remark = #{remark},
employee_num = #{employeeNum},
social_num = #{socialNum},
social_file = #{socialFile},
contribut_prove = #{contributProve},
contribut_num = #{contributNum},
contribut_currency = #{contributCurrency},
contribut_list = #{contributList},
financial_annual_list = #{financialAnnualList},
financial_is_accountant = #{financialIsAccountant},
financial_remark = #{financialRemark},
financial_file = #{financialFile},
asset_total = #{assetTotal},
debt_invest_total = #{debtInvestTotal},
debt_equity_total = #{debtEquityTotal},
debt_total = #{debtTotal},
capital_total = #{capitalTotal},
debt_rate = #{debtRate},
operating_receipt = #{operatingReceipt},
sales_tax = #{salesTax},
sales_total = #{salesTotal},
income_tax = #{incomeTax},
profit_total = #{profitTotal},
sales_profit_total = #{salesProfitTotal},
header_name = #{headerName},
type = #{type},
job_type = #{jobType},
papers_type = #{papersType},
papers_number = #{papersNumber},
head_phone = #{headPhone},
header_phone = #{headerPhone},
header_mail = #{headerMail},
header_address = #{headerAddress},
header_post_code = #{headerPostCode},
pros_picture = #{prosPicture},
cons_picture = #{consPicture},
status = #{status},
refuse_msg = #{refuseMsg},
sold_out_msg = #{soldOutMsg},
putaway_time = #{putawayTime},
start_time = #{startTime},
end_time = #{endTime},
where id = #{id}
delete from supplier_info where id = #{id}
delete from supplier_info where id in
#{id}