Browse Source

切换门店

shish 5 years ago
parent
commit
676099f1c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz/shop/classes/ShopAdminClass.php

+ 1 - 1
biz/shop/classes/ShopAdminClass.php

@@ -128,7 +128,7 @@ class ShopAdminClass extends BaseClass
             'super' => $super
         ];
         $return = self::addShopAdmin($data, true);
-        return $return->attribute;
+        return $return;
     }
 
     //员工收款通知 shish 2021.4.19