#190 장바구니 mb_id 필드 추가

This commit is contained in:
chicpro
2013-05-30 18:23:47 +09:00
parent 5fb54c91eb
commit 6d25ac9fd4
10 changed files with 38 additions and 11 deletions

View File

@ -23,7 +23,7 @@ $sql = " select a.od_id,
a.*, "._MISU_QUERY_."
from {$g4['shop_order_table']} a
left join {$g4['shop_cart_table']} b on (b.uq_id=a.uq_id)
where mb_id = '{$member['mb_id']}'
where a.mb_id = '{$member['mb_id']}'
group by a.od_id
order by a.od_id desc
$limit ";