Parcourir la source

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

afa il y a 3 mois
Parent
commit
e0269b2110
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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);