From 41bf76509e409a3df14c323ba3ac00fac73a6e9f Mon Sep 17 00:00:00 2001 From: DELL <1525436766@qq.com> Date: 星期一, 21 四月 2025 08:59:20 +0800 Subject: [PATCH] 修改提交 --- ElectLock_Alarm/src/com/dev/lock/data/ElectLock_Array.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectLock_Alarm/src/com/dev/lock/data/ElectLock_Array.java b/ElectLock_Alarm/src/com/dev/lock/data/ElectLock_Array.java index c511c9a..4295d3e 100644 --- a/ElectLock_Alarm/src/com/dev/lock/data/ElectLock_Array.java +++ b/ElectLock_Alarm/src/com/dev/lock/data/ElectLock_Array.java @@ -34,7 +34,7 @@ res = sql.sqlMysqlQuery(sql_str); while(res.next()) { int lock_id = res.getInt("lock_id"); - int area_id = res.getInt("area_id"); //鍖哄煙ID + int station_id = res.getInt("station_id"); //鍖哄煙ID String lock_name = res.getString("lock_name"); //閿佸悕绉� String lock_type = res.getString("lock_type"); //閿佺被鍨�(鏃犳簮,钃濈墮) int lock_state = res.getInt("lock_state"); //閿佺姸鎬� @@ -62,7 +62,7 @@ } else { ElectLock_Inf tmp_lock = new ElectLock_Inf(pool); tmp_lock.setLock_id(lock_id); - tmp_lock.setArea_id(area_id); //'鍖哄煙id', + tmp_lock.setStation_id(station_id); //'鍖哄煙id', tmp_lock.setLock_name(lock_name); //'閿佸悕绉�', tmp_lock.setLock_type(lock_type); //'閿佺被鍨�(鏃犳簮,钃濈墮)', tmp_lock.setLock_state(lock_state); //'閿佺姸鎬�', -- Gitblit v1.9.1