|
|
@@ -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');
|