From 4a6db1d471d81415d0c407cb1d91ed926593b4e3 Mon Sep 17 00:00:00 2001 From: DELL <DELL@WIN-3EOIPEE9ML1> Date: 星期六, 13 一月 2024 14:54:04 +0800 Subject: [PATCH] 电源修改提交,采用加载文件方式读取 --- IEC61850_ForPowerSupply_ForNW/src/com/power/data/PowerData_RT_SQL.java | 2 +- 1 files changed, 1 insertions(+), 1 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 a717af2..e35e5d1 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 @@ -821,7 +821,7 @@ sql.sqlMysqlUseDB(Sql_Mysql.WEB_Site); String sql_str = "UPDATE tb_process_survey " + "SET Process_starttime = '"+Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms)+"'" - + ",ProcessVersion = '"+version+"'" + + ",ProcessVersion = 'NARI_"+version+"'" + " WHERE ProcessId=11016"; //System.out.println(sql_str); sql.sqlMysqlExecute(sql_str); -- Gitblit v1.9.1