|
@@ -448,6 +448,9 @@ public class SyncExamDataCloudServiceProvider extends ControllerSupport implemen
|
|
|
result.setEnterExamTime(examRecordData.getEnterExamTime());
|
|
|
result.setContinuedTime(examRecordData.getContinuedTime());
|
|
|
result.setSwitchScreenCount(examRecordData.getSwitchScreenCount());
|
|
|
+ if(result.getSwitchScreenCount()==null) {
|
|
|
+ result.setSwitchScreenCount(0);
|
|
|
+ }
|
|
|
|
|
|
return result;
|
|
|
}
|