|
@@ -295,7 +295,7 @@ public class ProjectServiceImpl implements ProjectService {
|
|
|
pe.setUpdateTime(new Date());
|
|
|
pe.setPassScore(passScore);
|
|
|
pe.setTotalScore(totalScore);
|
|
|
- pe.setPartitionCount(scores.size());
|
|
|
+ pe.setPartitionCount(scores.size()+1);
|
|
|
pe.setPartitionDetails(StringUtils.join(scores.toArray(), ","));
|
|
|
if (!ReportStatus.NONE.equals(pe.getReportStatus())) {
|
|
|
pe.setReportStatus(ReportStatus.WAITCOMPUTE);
|