shish 4 anni fa
parent
commit
5ba3dc96a1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/CustomController.php

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

@@ -185,7 +185,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();
+        util::complete('已申请,1分钟后同步完成');
     }
 
     //客户列表 ssh 2021.7.8