shizhongqi 4 лет назад
Родитель
Сommit
d5c84dd6eb

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

@@ -152,6 +152,7 @@ class CustomController extends BaseController
             $value = $name . '_' . $mobile . '_' . $this->sjId . '_' . $this->shop['id'] . '_' .$this->shop['shopName'] . '_' . $this->shopAdminId;
             Yii::$app->redis->executeCommand('LPUSH', [$customerCachedKey, $value]);
             Yii::info("添加客户:name - " . $name . ' == mobile - ' . $mobile);
+            Yii::info("shopAdminId: " . $this->shopAdminId);
         }
         util::complete();
     }

+ 1 - 1
console/controllers/CustomController.php

@@ -157,7 +157,7 @@ class CustomController extends Controller
             $post = []; // 组织表单数据
             //$post['introSjId'] = $customerInfo[2];
             //$post['introShopId'] = $customerInfo[3];
-            $post['ghsShopAdminId'] = $customerInfo[5]; // 取供应商id
+            $post['ghsShopAdminId'] = $customerInfo[5]; // 取供应商的员工帐号id
 
 
             $shopName = $customerInfo[0];