Sfoglia il codice sorgente

修改佣金查询范围

sunxbiao 6 mesi fa
parent
commit
f95eba0b9d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/common/repositories/finance/FinanceRepository.php

+ 1 - 1
app/common/repositories/finance/FinanceRepository.php

@@ -1050,7 +1050,7 @@ class FinanceRepository extends BaseRepository
1050 1050
                 $query->where('ub.commission_type', 5);
1051 1051
             }, function ($query) use ($params) {
1052 1052
                 // 非养老金
1053
-                $query->whereIn('ub.commission_type', [3, 16, 14, 10, 12, 20, 15, 7, 19, 8, 11, 12, 21]);
1053
+                $query->whereIn('ub.commission_type', [3, 7, 8, 10, 11, 12, 13, 20, 21]);
1054 1054
             })
1055 1055
             ->when(isset($params['uid']) && $params['uid'] != '', function ($query) use ($params) {
1056 1056
                 $query->where('ub.uid', $params['uid']);