wufeng 2 years ago
parent
commit
2a2a335ec0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/admin/controller/Exec.php
  2. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/admin/controller/Exec.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace app\Admin\controller;
+namespace app\admin\controller;
 
 use app\BaseController;
 use think\facade\Db;

+ 1 - 1
app/command/ReportReserveHandle.php → app/command/NowReportHandle.php

@@ -11,7 +11,7 @@ use think\facade\Cache;
 use think\facade\Db;
 
 //处理报表预约记录,生成报表文件
-class ReportReserveHandle extends Command
+class NowReportHandle extends Command
 {
     //redis队列的key,在ReportReserve控制器中也有定义,要同步修改(轻易不要修改)
     private $key = 'wanyuhengtong_report_reserve';