Silent 6 년 전
부모
커밋
0eb27a0cd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/Student.php

+ 1 - 1
app/Models/Student.php

xqd
@@ -174,7 +174,7 @@ class Student extends Model
         if(!empty($tmp)) {
             $res .= $tmp . '小时';
         }
-        $tmp = floor($diff_time / 3600);
+        $tmp = floor($diff_time / 60);
         $diff_time = $diff_time % 60;
         if(!empty($tmp)) {
             $res .= $tmp . '分钟';