zhuchengjie 3 anni fa
parent
commit
b01deb130c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Services/Report/QappUchcReport.php

+ 1 - 1
src/Services/Report/QappUchcReport.php

@@ -49,7 +49,7 @@ class QappUchcReport extends BaseReport
         return [
             'type' => $this->add_desk_event_type,
             'event_time' => time() * 100,
-            'source' => $user->source,
+            'source' => BaseConst::Platform,
             'money' => 0,
         ];
     }