Explorar o código

获取分销排名修复

evoxwht %!s(int64=4) %!d(string=hai) anos
pai
achega
2fa30a5e1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/services/user/UserBillServices.php

+ 1 - 1
crmeb/app/services/user/UserBillServices.php

@@ -1019,7 +1019,7 @@ class UserBillServices extends BaseServices
     {
         $where = [];
         $where['category'] = 'now_money';
-        $where['type'] = 'brokerage';
+        $where['type'] = ['brokerage', 'brokerage_user'];
         if ($time) {
             $where['time'] = $time;
         }