|
@@ -171,6 +171,7 @@ class TrainingLogic extends BaseLogic
|
|
|
break;
|
|
break;
|
|
|
case 4:
|
|
case 4:
|
|
|
$logCourse->exam_start_time = time();
|
|
$logCourse->exam_start_time = time();
|
|
|
|
|
+ $logCourse->exam_end_time = 0;
|
|
|
$logCourse->study_status = 3;
|
|
$logCourse->study_status = 3;
|
|
|
break;
|
|
break;
|
|
|
case 5:
|
|
case 5:
|