mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user