浏览代码

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

afa 3 月之前
父节点
当前提交
e0269b2110
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      application/common/model/LedgerWalletModel.php

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

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