select id, data_form, data_id, proc_role, proc_user, proc_time, proc_account, op_name, op_type, op_remark, before_data_json, after_data_json from mc_operation_log insert into mc_operation_log id, data_form, data_id, proc_role, proc_user, proc_time, proc_account, op_name, op_type, op_remark, before_data_json, after_data_json, #{id}, #{dataForm}, #{dataId}, #{procRole}, #{procUser}, #{procTime}, #{procAccount}, #{opName}, #{opType}, #{opRemark}, #{beforeDataJson}, #{afterDataJson}, update mc_operation_log data_form = #{dataForm}, data_id = #{dataId}, proc_role = #{procRole}, proc_user = #{procUser}, proc_time = #{procTime}, proc_account = #{procAccount}, op_name = #{opName}, op_type = #{opType}, op_remark = #{opRemark}, before_data_json = #{beforeDataJson}, after_data_json = #{afterDataJson}, where id = #{id} delete from mc_operation_log where id = #{id} delete from mc_operation_log where id in #{id}