1
This commit is contained in:
parent
80346322cf
commit
ebedd528ad
@ -761,12 +761,13 @@ EOD;
|
||||
|
||||
private function doReturn($gameDbConn, $row)
|
||||
{
|
||||
echo json_encode($row);
|
||||
{
|
||||
$tmpRow = SqlHelper::ormSelectOne(
|
||||
$gameDbConn,
|
||||
't_gold_bullion_return',
|
||||
array(
|
||||
'account_id' => $row['src_account_id'],
|
||||
'token_id' => $row['token_id'],
|
||||
)
|
||||
);
|
||||
if (!empty($tmpRow)) {
|
||||
@ -778,7 +779,7 @@ EOD;
|
||||
$gameDbConn,
|
||||
't_gold_bullion_return',
|
||||
array(
|
||||
'account_id' => $row['src_account_id'],
|
||||
'token_id' => $row['token_id'],
|
||||
),
|
||||
array(),
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user