Jelajahi Sumber

添加返回响应

shizhongqi 4 tahun lalu
induk
melakukan
6f97451026
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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';
         $cachedKey = 'copy_firstShop_customers';
         Yii::$app->redis->executeCommand('LPUSH', [$cachedKey, $shopId . '_' . $defaultShopId]);
         Yii::$app->redis->executeCommand('LPUSH', [$cachedKey, $shopId . '_' . $defaultShopId]);
         Yii::info("复制首店的客户:分店id =  " . $shopId . ' 首店id = ' . $defaultShopId);
         Yii::info("复制首店的客户:分店id =  " . $shopId . ' 首店id = ' . $defaultShopId);
+        util::complete();
     }
     }
 
 
     //客户列表 ssh 2021.7.8
     //客户列表 ssh 2021.7.8