Browse Source

更新钱包余额并添加账变记录

afa 3 months ago
parent
commit
e0269b2110
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/common/model/LedgerWalletModel.php

+ 2 - 0
application/common/model/LedgerWalletModel.php

@@ -97,6 +97,8 @@ class LedgerWalletModel extends Model
                 break;
             case Asset::TEAC_ANGEL:
                 $changeModel = new LedgerTeacAngelChangeModel();
+            case Asset::TEAC_ECOLY:
+                $changeModel = new LedgerTeacEcolyChangeModel();
                 break;
             default:
                 throw new Exception('币种错误:' . $asset);