瀏覽代碼

研发辅助帐相关接口

gogs 2 月之前
父節點
當前提交
0770b123b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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'],
                 "entrust1_amount" => $v['entrust1_amount'],
                 "entrust2_amount" => $v['entrust2_amount'],
+                "type" => $v['type'],
             ];
             $return[] = $detail;
         }