zss
2025-02-18 bcc80a6833abe9f24abdb978f7c7f01b664a574f
cnas-server/src/main/java/com/yuanchu/mom/utils/DataAcquisition.java
@@ -315,7 +315,6 @@
    private static Object calculationFormula(List<Object> list, DataConfig dataConfig, String insProductItem, Device device) {
        if (list.size() == 0) {
            Map<String, Object> hashMap = new HashMap<>();
            hashMap.put("result", "");
            hashMap.put("equipName", device.getDeviceName());
            hashMap.put("equipValue", device.getManagementNumber());
            return hashMap;