| 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) {
|