|
|
@@ -168,7 +168,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
}
|
|
|
$gysInfo = self::getGysInfo($orderData['supplierId']);
|
|
|
$orderData['upName'] = $gysInfo['upName'];
|
|
|
- $orderData['upName'] = $gysInfo['upCover'];
|
|
|
+ $orderData['upCover'] = $gysInfo['upCover'];
|
|
|
$orderData['itemInfo'] = $itemData;
|
|
|
return $orderData;
|
|
|
}
|