From a3cb0f03942c0c76a890e80aedaf489d609f185f Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Tue, 23 Jun 2026 09:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E4=BA=95=E4=BF=A1=E6=81=AF=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EditPlotHeader/src/wellloginformation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EditPlotHeader/src/wellloginformation.cpp b/EditPlotHeader/src/wellloginformation.cpp index e934a4f..45e6881 100644 --- a/EditPlotHeader/src/wellloginformation.cpp +++ b/EditPlotHeader/src/wellloginformation.cpp @@ -9,7 +9,7 @@ #include #include "ObjWelllogTABLE.h" #pragma execution_character_set("utf-8") -#define CE_JIN_XIN_XI_TABLE QString("测井信息表").toLocal8Bit() +#define CE_JIN_XIN_XI_TABLE QString("测井信息表")//.toLocal8Bit() using namespace std; //测井信息表 QString changenyr(QString vst) @@ -864,7 +864,7 @@ void WellLogInformation::ReadTable(QString tablename) return; } - int nTableFlag =pLogio->OpenTable(CE_JIN_XIN_XI_TABLE); + int nTableFlag =pLogio->OpenTable(tablename.toStdString().c_str()); //无表 if(nTableFlag==-1) {