shizhongqi 4 лет назад
Родитель
Сommit
6f97451026
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

@@ -172,6 +172,7 @@ class CustomController extends BaseController
         $cachedKey = 'copy_firstShop_customers';
         Yii::$app->redis->executeCommand('LPUSH', [$cachedKey, $shopId . '_' . $defaultShopId]);
         Yii::info("复制首店的客户:分店id =  " . $shopId . ' 首店id = ' . $defaultShopId);
+        util::complete();
     }
 
     //客户列表 ssh 2021.7.8