Explorar el Código

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

afa hace 3 meses
padre
commit
e0269b2110
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);