db 테이블 변수에서 yc4 를 shop 으로 변경

This commit is contained in:
chicpro
2013-04-12 14:33:47 +09:00
parent 67741b429b
commit cd8d7bb32e
2 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@ if ( $req_tx == "pay" )
$trade_hms = substr($app_time,8,2).":".substr($app_time,10,2).":".substr($app_time,12,2);
// 카드내역 INSERT
$sql = "insert {$g4['yc4_card_history_table']}
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$tmp_uq_id',
cd_mall_id = '$site_cd',
@ -49,7 +49,7 @@ if ( $req_tx == "pay" )
$trade_hms = date("H:i:s", time());
// 계좌이체내역 INSERT
$sql = "insert {$g4['yc4_card_history_table']}
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$tmp_uq_id',
cd_mall_id = '$site_cd',
@ -73,7 +73,7 @@ if ( $req_tx == "pay" )
$trade_hms = date("H:i:s", time());
// 가상계좌내역 INSERT
$sql = "insert {$g4['yc4_card_history_table']}
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$tmp_uq_id',
cd_mall_id = '$site_cd',
@ -99,7 +99,7 @@ if ( $req_tx == "pay" )
$trade_hms = substr($app_time,8,6);
// 휴대폰결제내역 INSERT
$sql = "insert {$g4['yc4_card_history_table']}
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$tmp_uq_id',
cd_mall_id = '$site_cd',