chore: 注释掉file_put_contents
This commit is contained in:
@@ -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 === '') {
|
||||
|
||||
Reference in New Issue
Block a user