select id, country, country_name, no_calc_day, status, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_not_calc_aging
insert into emis_not_calc_aging
id,
country,
country_name,
no_calc_day,
status,
remark,
tenant_id,
del_flag,
create_by,
create_time,
update_by,
update_time,
create_site,
update_site,
#{id},
#{country},
#{countryName},
#{noCalcDay},
#{status},
#{remark},
#{tenantId},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{createSite},
#{updateSite},
update emis_not_calc_aging
country = #{country},
country_name = #{countryName},
no_calc_day = #{noCalcDay},
status = #{status},
remark = #{remark},
tenant_id = #{tenantId},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
create_site = #{createSite},
update_site = #{updateSite},
where id = #{id}
delete from emis_not_calc_aging where id = #{id}
delete from emis_not_calc_aging where id in
#{id}