zss
2024-10-24 a00890e840b80a741f62eb6cb31b46f13be6202f
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;