shish 5 yıl önce
ebeveyn
işleme
75689b46fd

+ 4 - 0
app-hd/controllers/PurchaseClearController.php

@@ -34,6 +34,10 @@ class PurchaseClearController extends BaseController
         $post['sjId'] = $this->sjId;
         $post['shopId'] = $this->shopId;
         $post['type'] = 1;
+        $post['customShopAdminId'] = $this->shopAdminId;
+        $shopAdmin = $this->shopAdmin;
+        $shopAdminName = $shopAdmin['name'] ?? '';
+        $post['customShopAdminName'] = $shopAdminName;
         $respond = PurchaseClearClass::addOrder($post);
         util::success($respond);
     }