pg내역기록시 tmp_uq_id를 uq_id로 변경
This commit is contained in:
@ -30,7 +30,7 @@ if ( $req_tx == "pay" )
|
|||||||
// 카드내역 INSERT
|
// 카드내역 INSERT
|
||||||
$sql = "insert {$g4['shop_card_history_table']}
|
$sql = "insert {$g4['shop_card_history_table']}
|
||||||
set od_id = '$ordr_idxx',
|
set od_id = '$ordr_idxx',
|
||||||
uq_id = '$tmp_uq_id',
|
uq_id = '$uq_id',
|
||||||
cd_mall_id = '$site_cd',
|
cd_mall_id = '$site_cd',
|
||||||
cd_amount = '$good_mny',
|
cd_amount = '$good_mny',
|
||||||
cd_app_no = '$app_no',
|
cd_app_no = '$app_no',
|
||||||
@ -51,7 +51,7 @@ if ( $req_tx == "pay" )
|
|||||||
// 계좌이체내역 INSERT
|
// 계좌이체내역 INSERT
|
||||||
$sql = "insert {$g4['shop_card_history_table']}
|
$sql = "insert {$g4['shop_card_history_table']}
|
||||||
set od_id = '$ordr_idxx',
|
set od_id = '$ordr_idxx',
|
||||||
uq_id = '$tmp_uq_id',
|
uq_id = '$uq_id',
|
||||||
cd_mall_id = '$site_cd',
|
cd_mall_id = '$site_cd',
|
||||||
cd_amount = '$good_mny',
|
cd_amount = '$good_mny',
|
||||||
cd_app_no = '$tno',
|
cd_app_no = '$tno',
|
||||||
@ -75,7 +75,7 @@ if ( $req_tx == "pay" )
|
|||||||
// 가상계좌내역 INSERT
|
// 가상계좌내역 INSERT
|
||||||
$sql = "insert {$g4['shop_card_history_table']}
|
$sql = "insert {$g4['shop_card_history_table']}
|
||||||
set od_id = '$ordr_idxx',
|
set od_id = '$ordr_idxx',
|
||||||
uq_id = '$tmp_uq_id',
|
uq_id = '$uq_id',
|
||||||
cd_mall_id = '$site_cd',
|
cd_mall_id = '$site_cd',
|
||||||
cd_amount = '0',
|
cd_amount = '0',
|
||||||
cd_app_no = '$tno',
|
cd_app_no = '$tno',
|
||||||
@ -101,7 +101,7 @@ if ( $req_tx == "pay" )
|
|||||||
// 휴대폰결제내역 INSERT
|
// 휴대폰결제내역 INSERT
|
||||||
$sql = "insert {$g4['shop_card_history_table']}
|
$sql = "insert {$g4['shop_card_history_table']}
|
||||||
set od_id = '$ordr_idxx',
|
set od_id = '$ordr_idxx',
|
||||||
uq_id = '$tmp_uq_id',
|
uq_id = '$uq_id',
|
||||||
cd_mall_id = '$site_cd',
|
cd_mall_id = '$site_cd',
|
||||||
cd_amount = '$good_mny',
|
cd_amount = '$good_mny',
|
||||||
cd_app_no = '$tno',
|
cd_app_no = '$tno',
|
||||||
|
|||||||
Reference in New Issue
Block a user