Ver Fonte

添加返回响应

shizhongqi há 4 anos atrás
pai
commit
6f97451026
1 ficheiros alterados com 1 adições e 0 exclusões
  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