소스 검색

调整完成比例未95

赵启卫 2 년 전
부모
커밋
82ee0e8681
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/wap/controller/Studyplan.php

+ 1 - 1
application/wap/controller/Studyplan.php

xqd
@@ -118,7 +118,7 @@ class Studyplan extends AuthController{
                     ->select();
                 foreach($specialWatchList as $v2){
                     $v1['tasklist'][$v2['special_id']][] = $v2->toArray();
-                    if ($v2['percentage'] < 98 && $isend == 1) $isend = 0;
+                    if ($v2['percentage'] < 95 && $isend == 1) $isend = 0;
                 }
                 //echo $isend . '---' . $v1['id'];
                 if ($isend == 1) {