shish 1 年之前
父节点
当前提交
53b7007c8e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -1091,8 +1091,9 @@ class PurchaseOrderController extends BaseController
 
 
                 $ghsInfo = GhsClass::getGhsInfo($ghsId);
                 $ghsInfo = GhsClass::getGhsInfo($ghsId);
                 echo $this->shopId;
                 echo $this->shopId;
-                print_r($ghsInfo);die;
+                print_r($ghsInfo);
                 GhsClass::valid($ghsInfo, $this->shopId);
                 GhsClass::valid($ghsInfo, $this->shopId);
+                die;
                 $post['ghsInfo'] = json_encode($ghsInfo);
                 $post['ghsInfo'] = json_encode($ghsInfo);
                 $post['ghsName'] = $ghsInfo['name'] ?? '';
                 $post['ghsName'] = $ghsInfo['name'] ?? '';
                 $post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';
                 $post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';