This commit is contained in:
2025-08-15 16:33:32 +08:00
parent 21c3b08b0f
commit 75a86edca2
2 changed files with 7 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ class CourseCollect extends Model
])->count();
$needCount = (new CommonInfo())->getByCode(916);
$freeTime = (new CommonInfo())->getByCode(917);
Db::connect()->close();
if (!$needCount || !$freeTime) {
return false;
}