wesmiler 1 month ago
parent
commit
45ef99ba40
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/Common/MeetingService.php

+ 1 - 0
app/Services/Common/MeetingService.php

@@ -159,6 +159,7 @@ class MeetingService extends BaseService
 
         RedisService::keyDel("caches:meetings:count*");
         RedisService::keyDel("caches:meetings:info_{$id}*");
+        unset($data['company']);
         return parent::edit($data);
     }