From 78aa37bb3b54b29d6234f88fb81fa75e57eefa54 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 25 Jul 2024 11:41:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=BA=86OrderLogic?= =?UTF-8?q?=E5=92=8CPayNotifyLogic=E7=B1=BB=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86'rose'=E5=AD=97=E6=AE=B5=E6=9F=A5=E8=AF=A2=E5=92=8C?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=80=9A=E7=9F=A5=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/logic/order/OrderLogic.php | 5 +-- app/common/logic/CommissionProductLogic.php | 34 +++++++++++++++++++++ app/common/logic/PayNotifyLogic.php | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 app/common/logic/CommissionProductLogic.php diff --git a/app/api/logic/order/OrderLogic.php b/app/api/logic/order/OrderLogic.php index eb44a671..1133af67 100644 --- a/app/api/logic/order/OrderLogic.php +++ b/app/api/logic/order/OrderLogic.php @@ -82,13 +82,13 @@ class OrderLogic extends BaseLogic self::$fresh_price = 0; //生鲜金额 /** 计算价格 */ $off_activity = Config::where('name', 'off_activity')->value('value'); - $field = 'id branch_product_id,store_name,image,unit,price,vip_price,cost,purchase,product_id,top_cate_id,store_info'; + $field = 'id branch_product_id,store_name,image,unit,price,vip_price,cost,purchase,product_id,top_cate_id,store_info,rose'; foreach ($cart_select as $k => $v) { $find = StoreBranchProduct::where(['product_id' => $v['product_id'], 'store_id' => $params['store_id']])->field($field)->find(); if (!$find) { // unset($cart_select[$k]); // continue; - $field = 'id branch_product_id,store_name,image,unit,price,vip_price,cost,purchase, id product_id,cate_id,store_info'; + $field = 'id branch_product_id,store_name,image,unit,price,vip_price,cost,purchase, id product_id,cate_id,store_info,rose'; $find = StoreProduct::where(['id' => $v['product_id']])->field($field)->find(); if ($find) { $cate_id = StoreCategory::where('id', $find['cate_id'])->value('pid'); @@ -135,6 +135,7 @@ class OrderLogic extends BaseLogic $cart_select[$k]['verify_code'] = $params['verify_code'] ?? ''; $cart_select[$k]['vip_frozen_price'] = 0; $cart_select[$k]['store_info'] = $find['store_info']; + $cart_select[$k]['rose'] = $find['rose']; //会员待返回金额 // if ($user && $off_activity == 0) { // if ($user['user_ship'] == 4) { diff --git a/app/common/logic/CommissionProductLogic.php b/app/common/logic/CommissionProductLogic.php new file mode 100644 index 00000000..eecff27f --- /dev/null +++ b/app/common/logic/CommissionProductLogic.php @@ -0,0 +1,34 @@ +field('price,cart_num,rose')->find(); + if($find && $find['rose']>0){ + $product= StoreBranchProduct::where('store_id',$store_id)->where('product_id',$product_id)->find(); + $price=bcmul($find['price'], $find['cart_num'], 2); + // $rose= bcdiv($find['rose'], 100, 2); + // $price=bcsub($price, $price + + // ) + // bcsub($price, $find['rose'], 2); + // return $price; + + } + } + + +} \ No newline at end of file diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index c4b03a1a..53e1351a 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -651,7 +651,7 @@ class PayNotifyLogic extends BaseLogic //case 5: // 种养殖 // case 6: // 酒店 // case 7: // 食堂 - case 8: // 一条龙 + // case 8: // 一条龙 CommissionLogic::setCook($order, $village_uid, $brigade_uid, $transaction_id); break; case 2: // 村长