feat : driver

This commit is contained in:
2024-11-21 10:17:03 +08:00
parent 86961c0631
commit bc8fc54c3d

View File

@@ -90,7 +90,7 @@ class OssDelByOssIdTask
$this->redis->lPush(CommonRedisKey::getDeleteOssImgListByUrl(), $item,'system'); $this->redis->lPush(CommonRedisKey::getDeleteOssImgListByUrl(), $item,'system');
} }
$this->log->notice(__CLASS__.':success:删除oss文件个数:' . $delNum); $this->log->notice(__CLASS__.':success:删除oss文件个数:' . count($ossIds));
}catch (\Exception $e){ }catch (\Exception $e){
$this->log->error(__CLASS__.':'.$e->getMessage()); $this->log->error(__CLASS__.':'.$e->getMessage());
return; return;