作者 lyh

gx数据

@@ -2,13 +2,9 @@ @@ -2,13 +2,9 @@
2 2
3 namespace App\Console\Commands\DayCount; 3 namespace App\Console\Commands\DayCount;
4 4
5 -use App\Helper\Common;  
6 use App\Helper\FormGlobalsoApi; 5 use App\Helper\FormGlobalsoApi;
7 use App\Models\Domain\DomainInfo; 6 use App\Models\Domain\DomainInfo;
8 -use App\Models\Inquiry\InquiryForm;  
9 use App\Models\Inquiry\InquiryFormData; 7 use App\Models\Inquiry\InquiryFormData;
10 -use App\Models\Project\DeployBuild;  
11 -use App\Models\Project\DeployOptimize;  
12 use App\Models\Project\Project; 8 use App\Models\Project\Project;
13 use App\Services\ProjectServer; 9 use App\Services\ProjectServer;
14 use Carbon\Carbon; 10 use Carbon\Carbon;
@@ -12,7 +12,6 @@ namespace App\Console\Commands\DayCount; @@ -12,7 +12,6 @@ namespace App\Console\Commands\DayCount;
12 use App\Helper\FormGlobalsoApi; 12 use App\Helper\FormGlobalsoApi;
13 use App\Models\Inquiry\InquiryFormData; 13 use App\Models\Inquiry\InquiryFormData;
14 use App\Models\Project\Project; 14 use App\Models\Project\Project;
15 -use App\Models\Visit\Visit;  
16 use App\Services\ProjectServer; 15 use App\Services\ProjectServer;
17 use Illuminate\Console\Command; 16 use Illuminate\Console\Command;
18 use Illuminate\Support\Facades\DB; 17 use Illuminate\Support\Facades\DB;
@@ -2,16 +2,11 @@ @@ -2,16 +2,11 @@
2 2
3 namespace App\Console\Commands\DayCount; 3 namespace App\Console\Commands\DayCount;
4 4
5 -use App\Helper\Common;  
6 use App\Helper\FormGlobalsoApi; 5 use App\Helper\FormGlobalsoApi;
7 use App\Models\Domain\DomainInfo; 6 use App\Models\Domain\DomainInfo;
8 -use App\Models\Inquiry\InquiryForm;  
9 use App\Models\Inquiry\InquiryFormData; 7 use App\Models\Inquiry\InquiryFormData;
10 -use App\Models\Project\DeployBuild;  
11 -use App\Models\Project\DeployOptimize;  
12 use App\Models\Project\Project; 8 use App\Models\Project\Project;
13 use App\Services\ProjectServer; 9 use App\Services\ProjectServer;
14 -use Carbon\Carbon;  
15 use Illuminate\Console\Command; 10 use Illuminate\Console\Command;
16 use Illuminate\Support\Facades\DB; 11 use Illuminate\Support\Facades\DB;
17 use Illuminate\Support\Facades\Log; 12 use Illuminate\Support\Facades\Log;
@@ -14,7 +14,6 @@ use App\Models\Domain\DomainInfo; @@ -14,7 +14,6 @@ use App\Models\Domain\DomainInfo;
14 use App\Models\Inquiry\InquiryFormData; 14 use App\Models\Inquiry\InquiryFormData;
15 use App\Models\Project\DeployOptimize; 15 use App\Models\Project\DeployOptimize;
16 use App\Models\Project\Project; 16 use App\Models\Project\Project;
17 -use App\Models\Visit\Visit;  
18 use App\Services\ProjectServer; 17 use App\Services\ProjectServer;
19 use Illuminate\Console\Command; 18 use Illuminate\Console\Command;
20 use Illuminate\Support\Facades\DB; 19 use Illuminate\Support\Facades\DB;