From a671c09be741fb10cc634d82d66ed2cf89a2e81f Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 1 Aug 2025 09:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BD=A3=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/libraries/entity/ReceiverOrderSubsidyEntity.php | 2 +- common/models/biz/Biz_accountLog_model.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/libraries/entity/ReceiverOrderSubsidyEntity.php b/common/libraries/entity/ReceiverOrderSubsidyEntity.php index 14308bc1..2e8ac49e 100644 --- a/common/libraries/entity/ReceiverOrderSubsidyEntity.php +++ b/common/libraries/entity/ReceiverOrderSubsidyEntity.php @@ -125,7 +125,7 @@ class ReceiverOrderSubsidyEntity 'money_out' => $money, 'money_left' => $leftMoney, 'ck' => $ck, - 'descrip' => '解锁线索', + 'descrip' => '订单完成', 'c_time' => time(), 'jsondata' => json_encode([]), 'target_id' => $product['id'], diff --git a/common/models/biz/Biz_accountLog_model.php b/common/models/biz/Biz_accountLog_model.php index c98dc0a7..33e54be9 100644 --- a/common/models/biz/Biz_accountLog_model.php +++ b/common/models/biz/Biz_accountLog_model.php @@ -9,7 +9,7 @@ class Biz_accountLog_model extends HD_Model const COMM_STATUS_WAIT = 0; //待处理 const COMM_STATUS_SUCCESS = 1; //成功 const COMM_STATUS_FAIL = 2;//失败 - const COMM_STATUS_NOT = 4;//不需要分佣 + const COMM_STATUS_NOT = 3;//不需要分佣 public function __construct() {