dever 7 lat temu
rodzic
commit
809b2f308c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      task/src/Report.php

+ 1 - 1
task/src/Report.php

@@ -176,7 +176,7 @@ class Report extends Base
             }
         }
 
-        if ($data['username']) {
+        if (strstr(Dever::load("task/info.one#report_demand"), "username")) {
             $data['name'] = '账号:' . $data['username'] . $data['audit'];
         } else {
             $data['name'] = ' ' . $data['audit'];