Ver código fonte

录入人员信息

shish 1 ano atrás
pai
commit
87af79a68c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 1 - 0
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -1296,6 +1296,7 @@ class PurchaseOrderClass extends BaseClass
             }
             }
         }
         }
         $orderData = self::groupAdmin($orderData);
         $orderData = self::groupAdmin($orderData);
+        $orderData['adminName'] = $orderData['shopAdminName'] ?? '';
         //供货商信息
         //供货商信息
         $ghsId = $orderData['ghsId'] ?? 0;
         $ghsId = $orderData['ghsId'] ?? 0;
         $ghsInfo = GhsClass::getGhsInfo($ghsId);
         $ghsInfo = GhsClass::getGhsInfo($ghsId);