算法改造:

This commit is contained in:
2023-11-23 20:18:08 +08:00
parent 6efcee0dcb
commit f0cc4c7831

View File

@@ -140,6 +140,7 @@ public class RDimObjEventYServiceImpl extends MppServiceImpl<RDimObjEventYMapper
count++;
}
}
result = (float) data;
}
eventParam.setEventLineCount(count);
eventParam.setEventCount(result);