From 13c3e03a174ab7d67bf8a65c7691deb568ae17c0 Mon Sep 17 00:00:00 2001 From: DELL <DELL@WIN-3EOIPEE9ML1> Date: 星期三, 17 一月 2024 23:09:22 +0800 Subject: [PATCH] 2.修改电源通信程序的线程id --- IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java b/IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java index 1bf02e9..eea0385 100644 --- a/IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java +++ b/IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java @@ -824,7 +824,7 @@ String sql_str = "UPDATE tb_process_survey " + "SET Process_starttime = '"+Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms)+"'" + ",ProcessVersion = 'NARI_"+version+"'" - + " WHERE ProcessId=11016"; + + " WHERE ProcessId=11015"; //System.out.println(sql_str); sql.sqlMysqlExecute(sql_str); } catch (SQLException e) { @@ -842,7 +842,7 @@ try { sql.sqlMysqlUseDB(Sql_Mysql.WEB_Site); String sql_str = "UPDATE tb_process_survey SET ProcessTime = '"+Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms) - + "' WHERE ProcessId=11016"; + + "' WHERE ProcessId=11015"; //System.out.println(sql_str); sql.sqlMysqlExecute(sql_str); } catch (SQLException e) { -- Gitblit v1.9.1