shish 1 год назад
Родитель
Сommit
2faf144def
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/PurchaseOrderController.php

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

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