|
|
@@ -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);
|
|
|
}
|