#282 uq_id 필드 제거

This commit is contained in:
chicpro
2013-08-23 10:39:16 +09:00
parent 8ae41a2213
commit 523c6e5e31
44 changed files with 216 additions and 269 deletions

View File

@ -30,7 +30,6 @@ if ( $req_tx == "pay" )
// 카드내역 INSERT
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$uq_id',
cd_mall_id = '$site_cd',
cd_amount = '$good_mny',
cd_app_no = '$app_no',
@ -51,7 +50,6 @@ if ( $req_tx == "pay" )
// 계좌이체내역 INSERT
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$uq_id',
cd_mall_id = '$site_cd',
cd_amount = '$good_mny',
cd_app_no = '$tno',
@ -75,7 +73,6 @@ if ( $req_tx == "pay" )
// 가상계좌내역 INSERT
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$uq_id',
cd_mall_id = '$site_cd',
cd_amount = '0',
cd_app_no = '$tno',
@ -101,7 +98,6 @@ if ( $req_tx == "pay" )
// 휴대폰결제내역 INSERT
$sql = "insert {$g4['shop_card_history_table']}
set od_id = '$ordr_idxx',
uq_id = '$uq_id',
cd_mall_id = '$site_cd',
cd_amount = '$good_mny',
cd_app_no = '$tno',