|
|
@@ -1090,10 +1090,7 @@ class PurchaseOrderController extends BaseController
|
|
|
ProductClass::valid($ghsItemInfo, $this->mainId);
|
|
|
|
|
|
$ghsInfo = GhsClass::getGhsInfo($ghsId);
|
|
|
- echo $this->shopId;
|
|
|
- print_r($ghsInfo);
|
|
|
GhsClass::valid($ghsInfo, $this->shopId);
|
|
|
- die;
|
|
|
$post['ghsInfo'] = json_encode($ghsInfo);
|
|
|
$post['ghsName'] = $ghsInfo['name'] ?? '';
|
|
|
$post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';
|