#282 uq_id 필드 제거
This commit is contained in:
@ -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',
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
<!--
|
||||
/* ============================================================================== */
|
||||
/* = PAGE : <EFBFBD><EFBFBD><EFBFBD><EFBFBD>â <20><><EFBFBD><EFBFBD> PAGE = */
|
||||
/* = PAGE : 진행창 예제 PAGE = */
|
||||
/* = -------------------------------------------------------------------------- = */
|
||||
/* = Copyright (c) 2010.02 KCP Inc. All Rights Reserverd. = */
|
||||
/* ============================================================================== */
|
||||
//-->
|
||||
<html>
|
||||
<head>
|
||||
<title> ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD> </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
|
||||
<title> 처리중 </title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="ImageToolbar" content="No">
|
||||
</head>
|
||||
<body leftmargin="0" topmargin="0" onBlur="window.document.pro.focus();">
|
||||
|
||||
Reference in New Issue
Block a user