|
|
@ -295,6 +295,7 @@ class SpendController extends Controller {
|
|
|
|
$map ['pay_order_number'] = $orderno;
|
|
|
|
$map ['pay_order_number'] = $orderno;
|
|
|
|
$result = M ( 'Spend', 'tab_' )->field ( "pay_status" )->where ( $map )->find ();
|
|
|
|
$result = M ( 'Spend', 'tab_' )->field ( "pay_status" )->where ( $map )->find ();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->assign("game_id", $result['game_id']);
|
|
|
|
$this->assign("paytype", 'platform');
|
|
|
|
$this->assign("paytype", 'platform');
|
|
|
|
$this->assign("pay_amount", $result['cost']+$result['deduction_amount']);
|
|
|
|
$this->assign("pay_amount", $result['cost']+$result['deduction_amount']);
|
|
|
|
$this->assign("goods", $result['props_name']);
|
|
|
|
$this->assign("goods", $result['props_name']);
|
|
|
|