作者 李宇航

合并分支 'lyh-server' 到 'master'

GX生成白帽报表脚本



查看合并请求 !2253
@@ -11,6 +11,8 @@ namespace App\Console\Commands\Tdk; @@ -11,6 +11,8 @@ namespace App\Console\Commands\Tdk;
11 11
12 use App\Models\Com\NoticeLog; 12 use App\Models\Com\NoticeLog;
13 use Illuminate\Console\Command; 13 use Illuminate\Console\Command;
  14 +use Illuminate\Support\Facades\Redis;
  15 +use PhpOffice\PhpSpreadsheet\IOFactory;
14 16
15 class UpdateProjectTdk extends Command 17 class UpdateProjectTdk extends Command
16 { 18 {