...
|
...
|
@@ -41,7 +41,8 @@ class StudyScoreLog extends Model |
|
|
$list = [];
|
|
|
//判断当前项目是否在学生所属场次内
|
|
|
$item_ids = explode(',',$ronda['item_ids']);
|
|
|
if (!in_array($id,$item_ids)){
|
|
|
$is = in_array($id,$item_ids);
|
|
|
if ($is === false){
|
|
|
return null;
|
|
|
}
|
|
|
foreach ($score as $k) {
|
...
|
...
|
|