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