shish 2 lat temu
rodzic
commit
4e50c8f6aa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app-ghs/controllers/ShopAdminController.php

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

@@ -277,6 +277,7 @@ class ShopAdminController extends BaseController
         $relation->identity = $identity;
         $relation->save();
 
+        //需要更改原名,下单环节的下单人取的是人家原名的名称
         $currentId = $relation->adminId ?? 0;
         $current = AdminClass::getById($currentId, true);
         if (!empty($current)) {