Commit 2337feb4 authored by Antonio.Suerte's avatar Antonio.Suerte

Deposit and Withdrawal Listing Fix

parent 0b4116d9
......@@ -440,7 +440,7 @@ class DepositModelClass extends ModelClassEx {
}
if($this -> testAccountFlg != NO_STRING) {
$rtnParams[] .= 'deposit.test_account_flg = (\')' . $this -> testAccountFlg . '(\')';
$rtnParams[] .= 'users.test_account_flg = (\')' . $this -> testAccountFlg . '(\')';
}
// 検索条件の結合
......
......@@ -744,7 +744,7 @@ class WithdrawModelClass extends ModelClassEx {
}
if($this -> testAccountFlg != NO_STRING) {
$rtn .= 'AND withdraw.test_account_flg = (\')' . $this -> testAccountFlg . '(\')';
$rtn .= 'AND users.test_account_flg = (\')' . $this -> testAccountFlg . '(\')';
}
return $rtn;
......
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