Răsfoiți Sursa

研发辅助帐相关接口

gogs 2 luni în urmă
părinte
comite
0770b123b7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/Service/StatisticService.php

+ 1 - 0
app/Service/StatisticService.php

@@ -704,6 +704,7 @@ class StatisticService extends Service
                 "fee_id" => $v['fee_id'],
                 "fee_id" => $v['fee_id'],
                 "entrust1_amount" => $v['entrust1_amount'],
                 "entrust1_amount" => $v['entrust1_amount'],
                 "entrust2_amount" => $v['entrust2_amount'],
                 "entrust2_amount" => $v['entrust2_amount'],
+                "type" => $v['type'],
             ];
             ];
             $return[] = $detail;
             $return[] = $detail;
         }
         }