ソースを参照

调整完成比例未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) {