shish 2 лет назад
Родитель
Сommit
f5a09dd83f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/UploadController.php

+ 1 - 1
app-ghs/controllers/UploadController.php

@@ -188,7 +188,7 @@ class UploadController extends BaseController
 
 //            //队列方式去处理
 //            $customerCachedKey = 'file_batch_create_customer_list';
-//            $value = $shopId . ',' . $fullPathFile;
+            $value = $shopId . ',' . $fullPathFile;
 //            Yii::$app->redis->executeCommand('LPUSH', [$customerCachedKey, $value]);
 
             noticeUtil::push("待批量导入客户的文件:" . $value, '15280215347');