소스 검색

资产变动明细

afa 4 달 전
부모
커밋
0eecd6757b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Ledger.php

+ 1 - 0
application/api/controller/Ledger.php

@@ -100,6 +100,7 @@ class Ledger extends Api
                 break;
             case 'teac_angel':
                 $paginator = (new LedgerTeacAngelChangeModel());
+                $res['data'] = $paginator->where($where)->order('id DESC')->paginate($this->pageSize);
                 break;
             case 'smh':
                 $paginator = (new LedgerSmhChangeModel());