src/main/java/com/whyc/service/Fbs9100SetparamService.java
@@ -50,7 +50,7 @@ int battGroupId = 0; QueryWrapper queryWrapper = new QueryWrapper(); queryWrapper.eq("FBSDeviceId", devId); queryWrapper.eq("GroupIndexInFBSDevice", battGroupNum); queryWrapper.eq("GroupIndexInFBSDevice", battGroupNum - 1); queryWrapper.last("limit 1"); Battinf binf = binfMapper.selectOne(queryWrapper); if (binf != null) {