From 162311be680b94a0dcd5250acbf36aead6350cb1 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期三, 30 十月 2024 23:50:34 +0800
Subject: [PATCH] 1030

---
 internal_system_v1/problemrectification.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/internal_system_v1/problemrectification.cpp b/internal_system_v1/problemrectification.cpp
index 99121d2..7edc4f8 100644
--- a/internal_system_v1/problemrectification.cpp
+++ b/internal_system_v1/problemrectification.cpp
@@ -1,4 +1,4 @@
-#include "problemrectification.h"
+锘�#include "problemrectification.h"
 #include "ui_problemrectification.h"
 
 #include <QFileDialog>
@@ -7,6 +7,8 @@
 #include <QDebug>
 #include <QProcess>
 
+#pragma execution_character_set("utf-8")
+
 extern int g_comId;
 extern QString g_auditDate;
 extern QString g_dataRootPath;

--
Gitblit v1.8.0