yingzi 2 years ago
parent
commit
f541862b26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Util/Common/AgentTools.Class.php

+ 1 - 0
Util/Common/AgentTools.Class.php

@@ -226,6 +226,7 @@ class AgentTools{
                 return ["code"=>-1,"msg"=>"当前门店没有上级门店"];
             }
             //验证上级门店是否存在
+            var_dump($shopData["pTwoShopId"]);
             $pShopData = $this->dbShop->get($shopData["pTwoShopId"]);
             if(empty($pShopData) || empty($pShopData["agentId"])){
                 return ["code"=>-1,"msg"=>"当前门店的上级门店数据配置错误"];