From 71a7ca2daff23173fb6905ff562cf7a9830d5df0 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 17 一月 2024 14:58:57 +0800
Subject: [PATCH] 核容终止时设置修改组端

---
 src/main/resources/mapper/CKPowerDevBattRtDataSetMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/CKPowerDevBattRtDataSetMapper.xml b/src/main/resources/mapper/CKPowerDevBattRtDataSetMapper.xml
index 5ae56d2..b553478 100644
--- a/src/main/resources/mapper/CKPowerDevBattRtDataSetMapper.xml
+++ b/src/main/resources/mapper/CKPowerDevBattRtDataSetMapper.xml
@@ -76,7 +76,7 @@
                     test_mon_tmp_st = #{item.testMonTmpSt},
                 </if>
             </set>
-            where batt_index = #{item.battIndex} and mon_num = #{item.monNum}
+            where batt_index = 0 and mon_num = #{item.monNum}
         </foreach>
     </update>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1