select id, prod_code, prod_name, status, carry_type, begin_weight, end_weight, begin_date, end_date, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time from emis_special_calc_weight insert into emis_special_calc_weight id, prod_code, prod_name, status, carry_type, begin_weight, end_weight, begin_date, end_date, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, #{id}, #{prodCode}, #{prodName}, #{status}, #{carryType}, #{beginWeight}, #{endWeight}, #{beginDate}, #{endDate}, #{remark}, #{tenantId}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update emis_special_calc_weight prod_code = #{prodCode}, prod_name = #{prodName}, status = #{status}, carry_type = #{carryType}, begin_weight = #{beginWeight}, end_weight = #{endWeight}, begin_date = #{beginDate}, end_date = #{endDate}, remark = #{remark}, tenant_id = #{tenantId}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from emis_special_calc_weight where id = #{id} delete from emis_special_calc_weight where id in #{id}