Browse Source

结报管理 列表 结报接口2

master
wanghongjun 1 year ago
parent
commit
917c6401af
  1. 1
      app/controller/admin/InvoiceFinalReport.php

1
app/controller/admin/InvoiceFinalReport.php

@ -25,6 +25,7 @@ class InvoiceFinalReport extends Base
$list = Db::table('invoice_issuance') $list = Db::table('invoice_issuance')
->where($where) ->where($where)
->field('expire_time, sum(amount) as amount_sum') ->field('expire_time, sum(amount) as amount_sum')
->order('expire_time asc')
->group('expire_time') ->group('expire_time')
->page($limit) ->page($limit)
->select() ->select()

Loading…
Cancel
Save