Ver código fonte

up- exam_end_time

liugc 1 ano atrás
pai
commit
7253ab4506
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/workerapi/logic/TrainingLogic.php

+ 1 - 0
app/workerapi/logic/TrainingLogic.php

@@ -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: