This commit is contained in:
2024-10-09 22:26:31 +08:00
parent 85f2ca0472
commit 4e25d82ae5

View File

@@ -183,7 +183,7 @@ public class CoalWashingDailyAnalysisEntity extends OrgCommonEntity {
Double p = null;
if (index == 0) {
p = null;
p = this.initTotalNumber;
} else {
p = list.get(index - 1).getTotalNumber();