dever hace 7 años
padre
commit
809b2f308c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'];