페이지 접속 오류 수정
This commit is contained in:
@ -33,7 +33,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
|
|||||||
$sql = " select b.od_id,
|
$sql = " select b.od_id,
|
||||||
b.*, "._MISU_QUERY_."
|
b.*, "._MISU_QUERY_."
|
||||||
from {$g4['yc4_cart_table']} a
|
from {$g4['yc4_cart_table']} a
|
||||||
left join {$g4['yc4_order_table']} b on (a.uq_id="b".od_id)
|
left join {$g4['yc4_order_table']} b on (a.uq_id=b.od_id)
|
||||||
group by b.od_id
|
group by b.od_id
|
||||||
/*having misu <= 0 and b.od_invoice = '' and ordercancel = 0*/
|
/*having misu <= 0 and b.od_invoice = '' and ordercancel = 0*/
|
||||||
/*having orderamount - receiptamount = 0 and b.od_invoice = ''*/
|
/*having orderamount - receiptamount = 0 and b.od_invoice = ''*/
|
||||||
@ -97,7 +97,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
|
|||||||
$sql = " select b.od_id,
|
$sql = " select b.od_id,
|
||||||
b.*, "._MISU_QUERY_."
|
b.*, "._MISU_QUERY_."
|
||||||
from {$g4['yc4_cart_table']} a
|
from {$g4['yc4_cart_table']} a
|
||||||
left join {$g4['yc4_order_table']} b on (a.uq_id="b".od_id)
|
left join {$g4['yc4_order_table']} b on (a.uq_id=b.od_id)
|
||||||
group by b.od_id
|
group by b.od_id
|
||||||
/* having receiptamount <= 0 */
|
/* having receiptamount <= 0 */
|
||||||
having misu > 0
|
having misu > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user