Commit ddcfa85e authored by rlgy's avatar rlgy

矿工费bugfixed

parent cdcf8bd2
...@@ -114,7 +114,7 @@ class Coin extends BaseActiveRecord ...@@ -114,7 +114,7 @@ class Coin extends BaseActiveRecord
public function getMinerFee() public function getMinerFee()
{ {
return $this->hasOne(MinerFee::className(), ['platform' => 'platform']); return $this->hasOne(MinerFee::className(), ['platform' => 'chain']);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment