chore: 注释掉file_put_contents

This commit is contained in:
2025-11-24 16:04:44 +08:00
parent be65996398
commit 3effc03a19
8 changed files with 9 additions and 9 deletions

View File

@@ -253,7 +253,7 @@ class Enterprise extends BaseModel
*/
public function deleteVideo($condition)
{
file_put_contents(__DIR__ . '/debug.txt', var_export($condition,true));
// file_put_contents(__DIR__ . '/debug.txt', var_export($condition,true));
$check_condition = array_column($condition, 2, 0);
$site_id = $check_condition['site_id'] ?? '';
if ($site_id === '') {