select bill_serial, biil_type, company_id, company_name, organize_name, oragnize_id, asset_code, asset_name, field_code, field_name, id, date_adjust, tenant_id, revision, created_by, created_time, updated_by, updated_time, delete_by, delete_time, check_status, check_type from dc_busi_target_adjust_month_master
insert into dc_busi_target_adjust_month_master
bill_serial,
biil_type,
company_id,
company_name,
organize_name,
oragnize_id,
asset_code,
asset_name,
field_code,
field_name,
date_adjust,
tenant_id,
revision,
created_by,
created_time,
updated_by,
updated_time,
delete_by,
delete_time,
check_status,
check_type,
#{billSerial},
#{biilType},
#{companyId},
#{companyName},
#{organizeName},
#{oragnizeId},
#{assetCode},
#{assetName},
#{fieldCode},
#{fieldName},
#{dateAdjust},
#{tenantId},
#{revision},
#{createdBy},
#{createdTime},
#{updatedBy},
#{updatedTime},
#{deleteBy},
#{deleteTime},
#{checkStatus},
#{checkType},
update dc_busi_target_adjust_month_master
bill_serial = #{billSerial},
biil_type = #{biilType},
company_id = #{companyId},
company_name = #{companyName},
organize_name = #{organizeName},
oragnize_id = #{oragnizeId},
asset_code = #{assetCode},
asset_name = #{assetName},
field_code = #{fieldCode},
field_name = #{fieldName},
date_adjust = #{dateAdjust},
tenant_id = #{tenantId},
revision = #{revision},
created_by = #{createdBy},
created_time = #{createdTime},
updated_by = #{updatedBy},
updated_time = #{updatedTime},
delete_by = #{deleteBy},
delete_time = #{deleteTime},
check_status = #{checkStatus},
check_type = #{checkType},
where id = #{id}
delete from dc_busi_target_adjust_month_master where id = #{id}
delete from dc_busi_target_adjust_month_master where id in
#{id}