Browse Source

批量下载fakfa

24753255@qq.com 5 months ago
parent
commit
90cdb152d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protected/controllers/ExportController.php

+ 1 - 1
protected/controllers/ExportController.php

@@ -3753,7 +3753,7 @@ join class c on e.class_id = c.class_id where e.class_id = '{$classId}' and e.ex
 //            $stompconn = new Stomp(Yii::app()->params["stomp_address"]);
 //            $stompconn->send("academic.batchDownloadAchievementReportWord", $pushData);
 
-            sendDataToKafka(' xbkc-academic-batch-download-achievement-report-word',$pushData);
+            sendDataToKafka('xbkc-academic-batch-download-achievement-report-word',$pushData);
             unset($stompconn);
         }elseif ($download_type==2){
             $pushData=array('id'=>$taskId);