Skip to content

Commit

Permalink
0329测试问题 #3342 & 0328测试问题 #3339
Browse files Browse the repository at this point in the history
  • Loading branch information
gbzhurui authored and twinh committed Apr 1, 2017
1 parent fbbe324 commit 4e1673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function getSendWithdrawalSucTplData(User $user)
*/
public function getAutoRechargeMoney()
{
return $this->autoRechargeMoney;
return wei()->setting('transaction.autoRechargeMoney') ?: $this->autoRechargeMoney;
}

/**
Expand Down

0 comments on commit 4e1673c

Please sign in to comment.