소스 검색

teac记录

afa 7 달 전
부모
커밋
02a6ccc404
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/model/LedgerWalletModel.php

+ 1 - 1
application/common/model/LedgerWalletModel.php

@@ -81,7 +81,7 @@ class LedgerWalletModel extends Model
                 $changeModel = new LedgerTokenChangeModel();
                 break;
             case Asset::TEAC:
-                $changeModel = new LedgerTokenChangeModel();
+                $changeModel = new LedgerTeacChangeModel();
                 break;
             case Asset::SMH:
                 $changeModel = new LedgerSmhChangeModel();