Your Name 2 年之前
父節點
當前提交
71b726134f
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 3 0
      service/agent/src/My.php
  2. 3 1
      service/bill/database/cash.php

+ 3 - 0
service/agent/src/My.php

@@ -74,6 +74,9 @@ class My extends Core
                 $this->data['user']['up'] = 1;
             }
             $this->data['user']['order_id'] = $order['id'];
+            if($order['status'] == 6){
+                $order['status'] = $order['history_status'];
+            }
             $this->data['user']['audit'] = $order['status'];
             if ($order['status'] != 5) {
                 $order['audit_desc'] = '';

+ 3 - 1
service/bill/database/cash.php

@@ -18,11 +18,13 @@ $type = array
 (
     1 => '直推佣金',
     2 => '市场培训费',
-    3 => '间推佣金',#'代理区域分润',
+    3 => '区域销售佣金',#'代理区域分润',
     4 => '活动分佣',
     10 => '手动发放',
     11 => '提现',
     12 => '消费',
+    13 => '区域招商补贴',
+    14 => '创V归店补贴',
 );
 
 $role = function()