@@ -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