isEnabled('video-demand')) { if ($videoDemand['is_video_demand']) { return true; } } return false; } public static function whetherCourse($goods_id) { $data = CourseGoodsModel::uniacid()->where('goods_id', $goods_id)->value('is_course'); $data = $data === null ? 0 : $data; return $data; } }