|
@@ -222,7 +222,7 @@ public class PaperDetailServiceImpl extends ServiceImpl<PaperDetailDao, PaperDet
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- public void checkTotalScore(StructDomain domain) {
|
|
|
|
|
|
+ private void checkTotalScore(StructDomain domain) {
|
|
double total=0.0;
|
|
double total=0.0;
|
|
for(PaperDetail detial:domain.getStructInfo()) {
|
|
for(PaperDetail detial:domain.getStructInfo()) {
|
|
for(PaperDetailUnit unit:detial.getUnits()) {
|
|
for(PaperDetailUnit unit:detial.getUnits()) {
|