dever 7 년 전
부모
커밋
809b2f308c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];