Browse Source

Merge remote-tracking branch 'origin/develop' into develop

wzq 5 years ago
parent
commit
ffef0a349a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/ExcellentResidents.php

+ 1 - 1
app/Console/Commands/ExcellentResidents.php

@@ -120,7 +120,7 @@ class ExcellentResidents extends Command
         $collent = $this->_condition($this->generalRecord, $virus_id->virus_behavior_id);
         $collent = $this->_condition($this->generalRecord, $virus_id->virus_behavior_id);
         $collent = $collent->toArray();
         $collent = $collent->toArray();
         foreach ($collent as $k => $v) {
         foreach ($collent as $k => $v) {
-            $collent[$k]['type'] = 'collent';
+            $collent[$k]['type'] = 'collect';
         }
         }
 
 
         //文章被喜欢最多用户
         //文章被喜欢最多用户