lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
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) {