|
@@ -106,7 +106,7 @@ public class PushLogicServiceImpl implements PushLogicService {
|
|
|
}
|
|
|
}
|
|
|
map.computeIfAbsent("count", v -> totalCount);
|
|
|
- map.computeIfAbsent("correct", v -> 0);
|
|
|
+ map.computeIfAbsent("correct", v -> totalCount);
|
|
|
} catch (Exception e) {
|
|
|
log.info("云阅卷:接口调用失败:{}", e.getMessage());
|
|
|
throw new RuntimeException("云阅卷:接口调用失败:" + e.getMessage());
|