|
@@ -407,6 +407,8 @@ public class ReportsComputeServiceImpl implements ReportsComputeService {
|
|
if (!st.getAbsent() && (bean.getMinScore() == null || st.getScore() < bean.getMinScore())) {
|
|
if (!st.getAbsent() && (bean.getMinScore() == null || st.getScore() < bean.getMinScore())) {
|
|
bean.setMinScore(st.getScore());
|
|
bean.setMinScore(st.getScore());
|
|
}
|
|
}
|
|
|
|
+ // 报名人数
|
|
|
|
+ bean.setSignCount(bean.getSignCount() + 1);
|
|
// 实考人数
|
|
// 实考人数
|
|
if (!st.getAbsent()) {
|
|
if (!st.getAbsent()) {
|
|
bean.setParticipantCount(bean.getParticipantCount() + 1);
|
|
bean.setParticipantCount(bean.getParticipantCount() + 1);
|