Browse Source

teac记录

afa 7 months ago
parent
commit
02a6ccc404
1 changed files with 1 additions and 1 deletions
  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();