select id, company_name, login_account, company_address, opening_bank, bank_account, credit_lv, payment_days, car_num, link_man, link_phone, fax, email, head_office, registerd_capital, legal_person,
insdustry, credit_num, taxpayer_num, industry_commerce_num, organization_num, register_organization, date_of_establishment, company_type,
business_deadline, business_area, annual_date, registerd_address, manage_scope, creat_time, modification_time , bill_status, del_flag, create_by, update_by, update_time, remark
from fleet_company_msg
insert into fleet_company_msg
company_name,
login_account,
company_address,
opening_bank,
bank_account,
credit_lv,
payment_days,
car_num,
link_man,
link_phone,
fax,
email,
head_office,
registerd_capital,
legal_person,
insdustry,
credit_num,
taxpayer_num,
industry_commerce_num,
organization_num,
register_organization,
date_of_establishment,
company_type,
business_deadline,
business_area,
annual_date,
registerd_address,
manage_scope,
creat_time,
modification_time,
bill_status,
del_flag,
create_by,
update_by,
update_time,
remark,
#{companyName},
#{loginAccount},
#{companyAddress},
#{openingBank},
#{bankAccount},
#{creditLv},
#{paymentDays},
#{carNum},
#{linkMan},
#{linkPhone},
#{fax},
#{email},
#{headOffice},
#{registerdCapital},
#{legalPerson},
#{insdustry},
#{creditNum},
#{taxpayerNum},
#{industryCommerceNum},
#{organizationNum},
#{registerOrganization},
#{dateOfEstablishment},
#{companyType},
#{businessDeadline},
#{businessArea},
#{annualDate},
#{registerdAddress},
#{manageScope},
#{creatTime},
#{modificationTime},
#{billStatus},
#{delFlag},
#{createBy},
#{updateBy},
#{updateTime},
#{remark},
update fleet_company_msg
company_name = #{companyName},
login_account = #{loginAccount},
company_address = #{companyAddress},
opening_bank = #{openingBank},
bank_account = #{bankAccount},
credit_lv = #{creditLv},
payment_days = #{paymentDays},
car_num = #{carNum},
link_man = #{linkMan},
link_phone = #{linkPhone},
fax = #{fax},
email = #{email},
head_office = #{headOffice},
registerd_capital = #{registerdCapital},
legal_person = #{legalPerson},
insdustry = #{insdustry},
credit_num = #{creditNum},
taxpayer_num = #{taxpayerNum},
industry_commerce_num = #{industryCommerceNum},
organization_num = #{organizationNum},
register_organization = #{registerOrganization},
date_of_establishment = #{dateOfEstablishment},
company_type = #{companyType},
business_deadline = #{businessDeadline},
business_area = #{businessArea},
annual_date = #{annualDate},
registerd_address = #{registerdAddress},
manage_scope = #{manageScope},
creat_time = #{creatTime},
modification_time = #{modificationTime},
bill_status = #{billStatus},
del_flag = #{delFlag},
create_by = #{createBy},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from fleet_company_msg where id = #{id}
delete from fleet_company_msg where id in
#{id}