update t_table_num set field_name = replace(field_name,#{oldFieldName}, #{newFieldName}) where status = '0' and table_name = #{tableName}