From a425e3aa93941f4fe7f6d1a578193ad2078a1992 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期三, 26 二月 2025 13:02:51 +0800
Subject: [PATCH] 设备num添加comm_port判断数量

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

diff --git a/src/main/resources/mapper/BattInfMapper.xml b/src/main/resources/mapper/BattInfMapper.xml
index 28504b2..5923616 100644
--- a/src/main/resources/mapper/BattInfMapper.xml
+++ b/src/main/resources/mapper/BattInfMapper.xml
@@ -561,7 +561,7 @@
     </select>
 
     <select id="getDevNumJY" resultType="java.lang.Integer">
-        select count(distinct FBSDeviceIp) from db_battinf.tb_battinf
+        select count(distinct FBSDeviceIp,comm_port) from db_battinf.tb_battinf
     </select>
 
     <select id="getBattGroupList" resultType="com.whyc.pojo.Battinf">

--
Gitblit v1.9.1